forked from formio/help.form.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "help.form.io",
"version": "1.2.0",
"description": "The help site for Form.io.",
"main": "gulpfile.js",
"devDependencies": {
"browserify": "^16.5.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-s3": "^0.11.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.13.1",
"vinyl-transform": "^1.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-stream": "^5.2.1",
"wiredep": "^4.0.0"
},
"scripts": {
"deploy:test": "gulp build && bundle exec jekyll build --config _config.test.yml,_config.yml && gulp deploy:test",
"deploy:prod": "gulp build && bundle exec jekyll build --config _config.prod.yml,_config.yml && gulp deploy:prod",
"serve": "gulp build && bundle exec jekyll serve --config _config.dev.yml,_config.yml",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/help.form.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/help.form.io/issues"
},
"homepage": "https://github.com/formio/help.form.io#readme",
"dependencies": {
"anchor-js": "^4.2.2",
"bootstrap": "^4.4.1",
"bootstrap-sass": "^3.4.1",
"bootswatch": "^4.4.1",
"font-awesome": "^4.7.0",
"formiojs": "^4.8.0",
"jquery": "^3.4.1",
"pygments-css": "^1.0.0"
}
}