-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "minesweeper",
"version": "1.0.0",
"homepage": "https://teevik.github.io/minesweeper",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@craco/craco": "^5.2.4",
"classnames": "^2.2.6",
"mobx": "^5.11.0",
"mobx-react-lite": "^1.4.1",
"react": "^16.8.6",
"react-aria-menubutton": "^6.1.0",
"react-dom": "^16.8.6",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"@types/classnames": "^2.2.9",
"@types/react": "^16.8.23",
"@types/react-aria-menubutton": "^6.2.2",
"@types/react-dom": "^16.8.4",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/styled-components": "^4.1.18",
"babel-plugin-styled-components": "^1.10.6",
"cross-env": "^5.2.0",
"gh-pages": "^2.0.1",
"prettier": "^1.18.2",
"react-scripts": "^3.0.1",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"typescript-styled-plugin": "^0.14.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}