-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 965 Bytes
/
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
{
"private": true,
"config": {
"path": {
"src": "src/assetbundles/cookiebanner/src",
"public": "src/assetbundles/cookiebanner/dist"
}
},
"scripts": {
"dev": "webpack --env NODE_ENV=development --progress",
"watch": "webpack --env NODE_ENV=development --progress --watch",
"prod": "webpack --env NODE_ENV=production"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"core-js": "^3.14.0",
"eslint": "7.28.0",
"eslint-webpack-plugin": "^2.5.4",
"globby": "^11.0.3",
"lodash": "^4.17.21",
"promise-polyfill": "^8.2.0",
"terser-webpack-plugin": "^5.1.3",
"tiny-lr": "^2.0.0",
"ts-loader": "^9.2.3",
"typescript": "4.2.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"wicg-inert": "^3.1.1"
}
}