-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.91 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
56
57
58
59
60
61
{
"name": "uswds-viewer",
"version": "5.10.3",
"description": "A Form.io form viewer application for US Web Design Standards",
"main": "index.js",
"scripts": {
"build": "gulp build && webpack --config webpack.config.js && gulp inlinesource",
"deploy": "npm run build && gulp deploy",
"dev-deploy": "npm run build && gulp dev-deploy",
"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": {
"@formio/premium": "github:formio/premium#v2.0.6",
"@formio/uswds": "2.5.2",
"@formio/vpat": "github:formio/vpat#v2.5.4",
"@uswds/uswds": "^3.8.2",
"autocompleter": "^6.1.3",
"core-js": "^3.39.0",
"eventemitter2": "^6.4.7",
"flatpickr": "^4.6.13",
"font-awesome": "^4.7.0",
"formiojs": "4.21.5",
"i18next": "^21.8.16",
"seamless": "^1.4.1"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-export-default-from": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.9",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"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": "travist/gulp-s3#master",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"vinyl-source-stream": "^2.0.0",
"webpack": "^5.53.0",
"webpack-auto-inject-version": "^1.2.2",
"webpack-cli": "^4.8.0"
}
}