-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
53 lines (53 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
51
52
53
{
"name": "@formio/viewer",
"version": "3.0.0-dev.2",
"description": "A Form.io form viewer application",
"main": "index.js",
"scripts": {
"build": "gulp clean && tsc --project tsconfig.json && 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"
},
"files": [
"dist",
"index.js"
],
"homepage": "https://github.com/formio/formio-viewer#readme",
"dependencies": {
"@formio/js": "^5.0.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootswatch": "^5.3.3",
"core-js": "^3.37.0",
"flatpickr": "^4.6.6",
"moment-timezone": "^0.5.45",
"seamless": "^1.4.1"
},
"devDependencies": {
"copy-props": "^4.0.0",
"del": "^6.0.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source": "^4.0.0",
"gulp-load-plugins": "^2.0.8",
"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",
"sass": "^1.77.1",
"typescript": "^5.4.5",
"vinyl-source-stream": "^2.0.0",
"webpack": "5.94.0",
"webpack-cli": "^5.1.4"
}
}