-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
55 lines (55 loc) · 1.59 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
51
52
53
54
55
{
"name": "formio-viewer",
"version": "2.61.1",
"description": "A Form.io form viewer application",
"main": "index.js",
"scripts": {
"build": "gulp build && webpack --config webpack.config.js && gulp inlinesource",
"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.6.0",
"bootswatch": "^4.6.0",
"core-js": "^3.18.3",
"flatpickr": "^4.6.6",
"font-awesome": "^4.7.0",
"formiojs": "4.21.1",
"moment-timezone": "^0.5.34",
"seamless": "^1.4.1"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"copy-props": "^3.0.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source": "^4.0.0",
"gulp-load-plugins": "^2.0.7",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^2.0.0",
"gulp-s3": "^0.11.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"vinyl-source-stream": "^2.0.0",
"webpack": "5.94.0",
"webpack-cli": "^4.9.1"
}
}