-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 999 Bytes
/
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
{
"name": "tetris",
"version": "1.0.0",
"description": "",
"author": "Josh Bassett <[email protected]> (http://joshbassett.info)",
"license": "MIT",
"private": true,
"scripts": {
"start": "make start",
"test": "make test"
},
"standard": {
"env": "jest",
"ignore": [
"srs.js"
],
"parser": "babel-eslint"
},
"devDependencies": {
"audiosprite": "^0.7.1",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"parcel-bundler": "^1.12.3",
"standard": "^12.0.1"
},
"dependencies": {
"autoprefixer": "^9.5.1",
"bulb": "^6.1.0",
"bulb-input": "^6.1.0",
"classnames": "^2.2.6",
"fkit": "^3.2.0",
"howler": "^2.1.2",
"nanologger": "^1.3.1",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"postcss-modules": "^1.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-transition-group": "4.0.0"
}
}