-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
53
54
55
56
57
58
{
"name": "eval-box-frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": "11.6.0",
"npm": "6.5.0",
"yarn": "1.13.0"
},
"dependencies": {
"@mojotech/json-type-validation": "^3.1.0",
"@types/jest": "23.3.12",
"@types/node": "10.12.18",
"@types/react": "16.7.18",
"@types/react-dom": "16.0.11",
"@types/react-modal": "^3.8.1",
"@types/react-popover": "^0.5.3",
"@types/react-redux": "^7.0.1",
"@types/redux": "^3.6.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-lineto": "^3.1.3",
"react-modal": "^3.8.1",
"react-popover": "^0.5.10",
"react-redux": "^6.0.0",
"react-scripts": "^3.0.0",
"react-text-selection-popover": "xBATx/react-text-selection-popover",
"redux": "^4.0.1",
"typescript": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "tslint -p . && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tsc": "tsc -b tsconfig.json",
"lint": "tslint -p ."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/react-test-renderer": "^16.8.0",
"@types/redux-mock-store": "^1.0.0",
"prettier": "^1.16.4",
"react-test-renderer": "^16.8.1",
"redux-mock-store": "^1.5.3",
"tslint": "^5.12.1",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0"
}
}