-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "snake",
"version": "1.0.0",
"description": "змейка на javascript & java",
"main": "shake.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --env development",
"prod": "webpack --env production",
"serv": "static build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bad4iz/snake.git"
},
"author": "bad4iz@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/bad4iz/snake/issues"
},
"homepage": "https://github.com/bad4iz/snake#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"es6-promise": "^4.2.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"loader-utils": "^1.1.0",
"promise-polyfill": "^7.1.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"webpack-cli": "^2.1.3"
}
}