-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "tinv-pwa",
"version": "0.1.0",
"author": {
"name": "Dmitry Maslennikov",
"email": "[email protected]"
},
"license": "LGPL-3.0-only",
"private": true,
"homepage": "/invest/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"deep-copy-ts": "^0.2.2",
"luxon": "^1.24.1",
"rc-slider": "9.2.4",
"react": "^16.13.1",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"uplot": "^1.0.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@types/jest": "^26.0.4",
"@types/luxon": "^1.24.1",
"@types/rc-slider": "^8.6.6",
"@types/react": "^16.9.43",
"@types/react-datepicker": "^3.0.2",
"@types/react-dom": "^16.9.8",
"eslint-config-standard-react": "9.2.0",
"node-sass": "^4.14.1",
"react-scripts": "^3.4.1",
"typescript": "^3.9.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && rm -rf docs && mv build docs",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}