-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
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
37
38
39
40
41
42
43
44
{
"name": "simple-snake",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --progress --port 3000",
"build": "rimraf docs && webpack --config config/webpack.prod.js --progress --profile --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steveg3003/snake.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/steveg3003/snake/issues"
},
"homepage": "https://github.com/steveg3003/snake#readme",
"dependencies": {
"@types/core-js": "^0.9.36",
"loov-jsfx": "^1.2.0",
"rxjs": "^5.5.6"
},
"devDependencies": {
"awesome-typescript-loader": "^3.4.1",
"css-loader": "^0.28.8",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"fs": "0.0.1-security",
"html-loader": "^0.5.4",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.11.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"typescript": "^2.6.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.0",
"webpack-merge": "^4.1.1"
}
}