-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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": "tetris",
"version": "0.1.0",
"private": true,
"homepage": "https://nitinja.github.io/slick-tetris/",
"dependencies": {
"@emotion/core": "^10.0.21",
"@types/jest": "24.0.18",
"@types/node": "12.7.11",
"@types/react": "16.9.5",
"@types/react-dom": "16.9.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "3.4.1",
"typescript": "^3.7.0-beta"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier \"**/*.{js,ts,tsx,json,md,css,scss,yaml,yml}\"",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react-hooks": "^2.2.0",
"gh-pages": "^2.2.0",
"prettier": "^1.18.2"
}
}