-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 837 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 837 Bytes
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
{
"name": "bolierplate-webpack-userscript",
"version": "1.0.0",
"main": "src/index.js",
"repository": "git@gitlab.com:slices-worker/bolierplate-webpack-userscript.git",
"author": "Clemens Sahs <clemens.sahs@slides-worker.org>",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.5.2",
"jquery": "^3.5.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"webpack-dev-server": "^3.10.3",
"webpack-userscript": "^2.5.1"
},
"scripts": {
"build-dev": "npx webpack-cli --config ./webpack.config.js"
}
}