-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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": "connect-four",
"homepage": "https://teevik.github.io/connect-four/",
"version": "1.0.0",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"@types/canvas-confetti": "^0.1.0",
"@types/classnames": "^2.2.7",
"@types/ramda": "^0.26.8",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.1.14",
"babel-plugin-styled-components": "^1.10.0",
"canvas-confetti": "^0.2.1",
"classnames": "^2.2.6",
"customize-cra": "^0.2.12",
"focus-visible": "^4.1.5",
"gh-pages": "^2.0.1",
"mobx": "^5.9.4",
"mobx-react-lite": "^1.3.0",
"polished": "^3.2.0",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.0",
"react-spring": "^8.0.19",
"styled-components": "^4.2.0",
"tslint": "^5.16.0",
"typescript": "^3.5.0-dev.20190509"
},
"scripts": {
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}