-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "lbv",
"private": true,
"version": "0.3.9",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"axios": "^0.27.2",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"lovefield-ts": "^0.7.0",
"nunjucks": "^3.2.3",
"openapi3-ts": "^3.0.3",
"react": "^17.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.0",
"react-flow-renderer": "^10.3.12",
"react-modal": "^3.15.1",
"react-router-dom": "^6.3.0",
"sweetalert2": "^11.4.24",
"zustand": "^3.7.2"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.2",
"@types/lodash": "^4.14.182",
"@types/nunjucks": "^3.2.1",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.13.1",
"@vitejs/plugin-react": "^1.3.0",
"jest": "^29.2.2",
"typescript": "^4.6.3",
"vite": "^2.9.9"
},
"jest": {
"moduleNameMapper": {
"^@/(.+)$": "<rootDir>/src/$1"
}
}
}