This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ev-comment-service",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"@types/bootstrap": "^4.3.1",
"@types/jest": "^24.0.25",
"@types/node": "^12.12.24",
"@types/react": "^16.9.17",
"@types/react-alert": "^5.2.0",
"@types/react-bootstrap": "^0.32.20",
"@types/react-dom": "^16.9.4",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/reactstrap": "^8.2.0",
"@use-hook/use-cookie": "^0.1.4",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"fxjs": "^0.15.0",
"konva": "^4.1.0",
"node-sass": "^4.13.0",
"ramda": "^0.26.1",
"react": "^16.12.0",
"react-alert": "^6.0.0",
"react-alert-template-basic": "^1.0.0",
"react-bootstrap": "^0.32.4",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-konva": "^16.10.1-0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"reactstrap": "^8.2.0",
"typescript": "^3.7.4",
"underscore": "^1.9.2",
"use-image": "^1.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"no-unused-expressions": 0
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0"
}
}