forked from andreasknoepfle/treasures.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "InternetOfIslands",
"description": "Description",
"author": "Andreas Knöpfle",
"version": "0.1.0",
"scripts": {
"sprites": "spritesheet-js sprites/*.png -f pixi.js --p public",
"test": "jest",
"coverage": "jest --coverage",
"report-coverage": "jest --coverage && codecov",
"lint": "eslint --ext .jsx --ext .js app/javascript spec/javascript"
},
"dependencies": {
"@rails/webpacker": "^3.2.0",
"babel-core": "^6.17.0",
"babel-helper-vue-jsx-merge-props": "^2.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-preset-env": "^1.6.1",
"bourbon": "^4.2.7",
"bourbon-neat": "^1.8.0",
"coffeescript": "1.12.7",
"eslint": "^3.14.1",
"node-sass": "^4.5.0",
"normalize.css": "^5.0.0",
"pixi.js": "^4.4.0",
"point-in-polygon": "^1.0.1",
"vue": "^2.1.10",
"vue-loader": "^13.6.1",
"vue-template-compiler": "^2.5.13"
},
"devDependencies": {
"canvas": "^1.6.9",
"codecov": "^1.0.1",
"eslint-config-bitcrowd-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"jest": "^22.0.4",
"spritesheet-js": "^1.2.2",
"webpack-dev-server": "^2.9.7"
},
"peerDependencies": {}
}