-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.96 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
62
63
64
65
66
67
{
"name": "app",
"version": "4.0.0",
"description": "Ext JS webpack App",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack serve --config webpack/dev.js --node-env=development",
"build": "webpack --config webpack/prod.js --progress --node-env=production",
"prod": "webpack serve --config webpack/prod-server.js",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"author": "Vadim Popa",
"license": "MIT",
"engines": {
"node": ">=16.13.0",
"npm": ">=8.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:vadimpopa/extjs-webpack.git"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@cypress/webpack-dev-server": "^1.7.0",
"@gfx/zopfli": "^1.0.15",
"@vue/preload-webpack-plugin": "^2.0.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"core-js": "^3.19.3",
"css-loader": "^6.5.1",
"cssnano": "^5.0.12",
"cypress": "9.2.0",
"cypress-webpack-preprocessor-v5": "5.0.0-alpha.1",
"dotenv": "^10.0.0",
"esbuild-loader": "^2.16.0",
"exports-loader": "^3.1.0",
"git-rev-sync": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"husky": "7.0.4",
"imports-loader": "^3.1.1",
"lint-staged": "^12.1.2",
"mini-css-extract-plugin": "^2.4.5",
"moment": "^2.29.1",
"postcss": "^8.4.4",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.0.1",
"prettier": "^2.5.1",
"pretty-quick": "3.1.3",
"sass": "^1.45.2",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"symlink-webpack-plugin": "^1.0.0",
"terser-webpack-plugin": "^5.2.5",
"val-loader": "^4.0.0",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "4.7.2",
"webpack-merge": "^5.8.0",
"webpack-notifier": "^1.14.1",
"webpack-strip-block": "^0.3.0"
}
}