forked from devgeniem/dustpress-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.49 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
{
"name": "dustpress-debugger",
"version": "1.0.0",
"description": "Provides handy ajaxified debugger tool for DustPress based themes.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack build --mode production",
"watch": "webpack watch --mode development"
},
"author": "Geniem Oy",
"license": "GPL-3",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.7",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^5.0.11",
"file-loader": "^6.2.0",
"json-minimizer-webpack-plugin": "^3.3.0",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.3.11",
"postcss-font-magician": "^3.0.0",
"postcss-loader": "^6.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"generate-json-from-js-webpack-plugin": "^0.1.1",
"webpack-dev-server": "^4.6.0"
}
}