-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "reactflow-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "serve dist",
"prettify": "npx prettier --write ."
},
"dependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.2",
"@types/react-datepicker": "^4.10.0",
"classnames": "^2.3.2",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prettier": "^2.8.3",
"react": "^18.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"react-tooltip": "^5.8.3",
"react-use": "^17.4.0",
"reactflow": "^11.5.2",
"sass": "^1.57.1",
"serve": "^14.2.0",
"vite-plugin-svgr": "^2.4.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}