-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.55 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.55 KB
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
{
"name": "app",
"version": "1.0.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.2.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-pdf-viewer/core": "^3.12.0",
"mermaid": "^10.6.1",
"mixpanel-browser": "^2.49.0",
"pdfjs-dist": "^3.4.120",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dropzone": "^14.2.3",
"react-force-graph": "^1.44.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.11.0",
"react-loader-spinner": "^5.4.5",
"react-router-dom": "^6.11.2",
"react-scripts": "^5.0.1",
"react-select": "^5.8.0",
"react-switch": "^7.0.0",
"reactflow": "^11.10.1",
"serve": "^14.2.1",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"browser-sync": "^2.27.7",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build",
"start:prod": "serve -s build"
},
"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"
]
}
}