-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "risk",
"version": "1.0.0",
"description": "A game of risk played on a hex grid.",
"homepage": "https://github.com/nullobject/risk",
"author": "Josh Bassett <josh.bassett@gmail.com> (http://joshbassett.info)",
"license": "MIT",
"private": true,
"scripts": {
"start": "make start",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/nullobject/risk.git"
},
"bugs": {
"url": "https://github.com/nullobject/risk/issues"
},
"standard": {
"env": "jest",
"parser": "babel-eslint"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"audiosprite": "^0.7.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"parcel-bundler": "^1.12.3",
"standard": "^12.0.1"
},
"dependencies": {
"autoprefixer": "^9.5.1",
"bulb": "^6.1.0",
"classnames": "^2.2.6",
"fkit": "^3.2.0",
"howler": "^2.1.2",
"immutable": "^3.8.2",
"nanologger": "^1.3.1",
"normalize.css": "^8.0.1",
"postcss-modules": "^1.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass": "^1.32.8"
}
}