forked from formio/formio-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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
50
{
"name": "formio-viewer",
"version": "2.18.0",
"description": "A Form.io form viewer application",
"main": "index.js",
"scripts": {
"build": "gulp build; webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/formio-viewer.git"
},
"author": "Travis Tidwell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/formio-viewer/issues"
},
"homepage": "https://github.com/formio/formio-viewer#readme",
"dependencies": {
"bootstrap": "^4.3.1",
"bootswatch": "^4.3.1",
"font-awesome": "^4.7.0",
"formiojs": "^3.20.15",
"gulp-cli": "^2.2.0",
"seamless": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.4.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
}
}