-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.41 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.41 KB
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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "formr.org",
"version": "v0.24.10",
"description": "formr survey framework",
"readme": "../../README.md",
"authors": [
"Ruben C. Arslan <[email protected]>",
"Cyril Tata <[email protected]>"
],
"scripts": {
"build:copy": "node build-scripts/copy.js",
"build:css": "node build-scripts/css.js",
"build:js": "node build-scripts/js.js",
"build": "npm run build:copy && npm run build:css && npm run build:js",
"webpack:build": "node --max-old-space-size=1024 node_modules/.bin/webpack --mode production --parallelism=1",
"webpack:watch": "webpack --watch --env WEBPACK_WATCH=true",
"webpack:start": "webpack serve"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.25.9",
"@babel/preset-env": "^7.26.8",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"concat": "^1.0.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"csslint": "^1.0.5",
"cssnano": "^6.1.2",
"eslint": "^7.32.0",
"eslint-plugin-jquery": "^1.5.1",
"expose-loader": "^5.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.3.0",
"mini-css-extract-plugin": "^2.9.4",
"postcss-cli": "^11.0.0",
"string-replace-loader": "^3.3.0",
"style-loader": "^4.0.0",
"terser": "^5.38.1",
"uglify-js": "^3.19.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"@khmyznikov/pwa-install": "^0.5.3",
"ace-builds": "^1.4.12",
"add-to-homescreen": "github:philfung/add-to-homescreen",
"bootstrap": "^3.4.1",
"bootstrap-material-design": "0.5.10",
"core-js": "^3.46.0",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"highlight.js": "^9.2.0",
"jquery": "^3.7.1",
"qr-code-styling": "^1.9.1",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"vanilla-cookieconsent": "^3.1.0",
"webshim": "^1.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rubenarslan/formr.org.git"
},
"browserslist": [
"> 0.2%",
"not dead",
"Chrome >= 60"
]
}