-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
45
46
47
{
"name": "hexagons",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.9",
"@types/howler": "^2.1.1",
"@types/jest": "^23.3.14",
"@types/node": "^10.14.18",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"axios": "^0.18.1",
"classnames": "^2.2.6",
"eslint": "^6.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-react-hooks": "^2.0.1",
"howler": "^2.1.2",
"node-sass": "^4.12.0",
"pixi.js": "^5.1.3",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-icons-kit": "^1.3.1",
"react-scripts": "^3.1.1",
"redux": "^4.0.4",
"typeface-chewy": "0.0.72",
"typescript": "^3.6.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --ext .tsx,.ts",
"format": "prettier --write \"./src/*/**.{js,jsx,ts,tsx,json}\"",
"style": "prettier --check \"./src/*/**.{js,jsx,ts,tsx,json}\""
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}