-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 890 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
36
{
"name": "webp",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serjyamp/webpack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/serjyamp/webpack/issues"
},
"homepage": "https://github.com/serjyamp/webpack#readme",
"devDependencies": {
"css-loader": "^0.28.7",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0.0-alpha.3",
"less-loader": "^4.0.5",
"lodash": "^4.17.4",
"strip-loader": "^0.1.2",
"style-loader": "^0.19.0",
"webpack": "^3.6.0"
},
"dependencies": {
"jquery": "^3.2.1"
}
}