-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.68 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
{
"name": "protvar",
"version": "0.1.0",
"private": false,
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@playwright/test": "1.30.0",
"@types/file-saver": "2.0.5",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-router-dom": "5.3.3",
"@types/react-svg-radar-chart": "1.2.6",
"@types/uuid": "9.0.8",
"axios": "1.6.0",
"axios-cache-interceptor": "1.0.1",
"balloon-css": "^1.2.0",
"bootstrap-icons": "^1.11.3",
"compression-webpack-plugin": "10.0.0",
"cra-template-typescript": "1.1.2",
"file-saver": "^2.0.5",
"pdbe-molstar": "3.2.0",
"react": "18.2.0",
"react-cookie-consent": "9.0.0",
"react-dom": "18.2.0",
"react-dropdown-now": "^6.0.1",
"react-markdown": "^8.0.7",
"react-router-dom": "6.22.3",
"react-scripts": "5.0.1",
"react-share": "5.1.0",
"react-svg-radar-chart": "1.4.0",
"rehype-raw": "6.1.1",
"remark-gfm": "3.0.1",
"simple-react-notifications2": "1.2.17",
"tinygradient": "1.1.5",
"typescript": "4.9.5",
"uuid": "9.0.1",
"web-vitals": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:e2e": "playwright test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"sass": "1.62.1"
}
}