-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 910 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
{
"name": "wacky-wandas-wicked-weapons-frontend",
"version": "1.0.0",
"description": "Wacky Wanda's Wicked Weapons demo",
"repository": {
"type": "git",
"url": "[email protected]:gregmalcolm/wacky-wandas-wicked-weapons-frontend.git"
},
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"dev": "webpack-dev-server --hot"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"ajv": "^6.5.4",
"css-loader": "^0.28.7",
"ejs": "^2.5.7",
"ejs-html-loader": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^0.5.1",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "^2.30.1",
"lodash-loader": "^1.2.0",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.3"
},
"dependencies": {
"lodash": "^4.17.4"
}
}