-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.55 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.55 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
{
"name": "grav-plugin-form",
"version": "1.0.0",
"description": "Grav Plugin Form",
"repository": "https://github.com/getgrav/grav-plugin-form",
"main": "app/main.js",
"scripts": {
"watch": "NODE_ENV=development webpack --watch --progress --colors --mode development --config webpack.conf.js",
"dev": "NODE_ENV=development webpack --progress --colors --config webpack.conf.js",
"prod": "NODE_ENV=production-wip webpack --mode development --config webpack.conf.js"
},
"author": "Team Grav",
"license": "MIT",
"dependencies": {
"dropzone": "getgrav/dropzone#master",
"exif-js": "^2.3.0",
"filepond": "^4.32.7",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-preview": "^4.6.12",
"filepond-plugin-image-resize": "^2.0.10",
"sortablejs": "^1.10.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"css-loader": "^7.1.2",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.4",
"exports-loader": "^0.7.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-csscomb": "^0.1.0",
"gulp-rename": "^2.0.0",
"gulp-webpack": "^0.0.1",
"immutable": "^4.0.0-rc.12",
"imports-loader": "^0.8.0",
"json-loader": "^0.5.7",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}