-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.32 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": "fretfull",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/react": "10.0.1",
"@types/classnames": "2.2.10",
"@types/jest": "25.1.4",
"@types/node": "13.9.1",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/react-router-dom": "5.1.3",
"classnames": "2.2.6",
"fsevents": "2.1.2",
"gh-pages": "2.2.0",
"mobx": "^5.15.4",
"mobx-react-lite": "^2.0.6",
"node-sass": "4.13.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.0",
"styled-components": "^5.0.1",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"lint": "eslint ./src",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "http://jonrimmer.github.io/fretfull",
"devDependencies": {
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0"
}
}