-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 856 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
30
31
32
33
34
{
"name": "plugin-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"webpack": "^4.42.1"
},
"devDependencies": {
"autoprefixer": "^9.7.5",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack-cli": "^3.3.11",
"webpack-shell-plugin": "^0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TotalOnion/plugin-builder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TotalOnion/plugin-builder/issues"
},
"homepage": "https://github.com/TotalOnion/plugin-builder#readme"
}