-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.17 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "rhythm-blast",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server",
"lint": "tslint -c tslint.json 'src/**/*.ts'; tslint -c tslint.json 'src/**/*.js'",
"lint-fix": "tslint -c tslint.json 'src/**/*.ts' --fix; tslint -c tslint.json 'src/**/*.js' --fix",
"build": "webpack --progress --config webpack.prod.js && webpack --config webpack.prod.sw.js",
"build-dev": "webpack --progress --config webpack.dev.js && webpack --config webpack.dev.sw.js",
"build-test": "webpack --config webpack.test.js",
"watch": "webpack --watch --config webpack.dev.js",
"watch-test": "webpack --watch --config webpack.test.js"
},
"author": "Glitchless",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/frontend-park-mail-ru/2017_2_glitchless.git"
},
"browserslist": [
"> 5%",
"last 2 versions"
],
"dependencies": {
"@types/pixi.js": "^4.6.0",
"ajv-keywords": "^2.1.1",
"babel-polyfill": "^6.26.0",
"kotlin": "^1.2.10",
"pixi-filters": "^2.4.0",
"pixi.js": "^4.6.1"
},
"devDependencies": {
"@jetbrains/kotlin-webpack-plugin": "^1.1.3",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"clean-webpack-plugin": "^0.1.17",
"cors": "^2.8.4",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"express": "^4.16.2",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"postcss-loader": "^2.0.9",
"pre-commit": "^1.2.2",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"resolve-url-loader": "^2.2.0",
"rubik-font": "0.0.3",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.3",
"style-loader": "^0.19.0",
"ts-loader": "^3.1.1",
"tslint": "^5.8.0",
"typescript": "^2.7.0-dev.20171128",
"uglifyjs-webpack-plugin": "^1.1.1",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.1",
"zopfli-webpack-plugin": "^0.1.0"
},
"pre-commit": [
"lint-fix"
]
}