-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 820 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
{
"name": "lout",
"version": "1.0.0",
"description": "Light's Out game",
"main": "app.js",
"scripts": {
"dev": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base='./dist' --no-info"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.6.1",
"angular-ui-router": "^0.3.2",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^3.3.7",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.26.0",
"lodash.range": "^3.2.0",
"raw-loader": "^0.5.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
},
"devDependencies": {
"webpack-dev-server": "^1.16.2",
"css-loader": "^0.26.1",
"style-loader": "^0.13.1"
}
}