-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
50
51
52
{
"name": "desktop-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.149",
"@types/react-helmet": "^6.0.0",
"@types/webpack-env": "^1.14.1",
"bootstrap": "^4.4.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"pixi.js": "^5.2.4",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-scripts": "2.0.6-next.c662dfb0",
"react-spring": "^9.0.0-rc.3",
"react-use-gesture": "^7.0.15",
"request": "^2.88.0",
"styled-components": "^4.4.1",
"use-http": "^1.0.12"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@types/react": "^16.9.15",
"@types/react-dom": "^16.9.4",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"typescript": "^3.7.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}