-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "pine-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.23.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^6.0.2",
"@mui/lab": "^6.0.0-beta.9",
"@mui/material": "^6.0.2",
"@mui/x-data-grid": "^7.15.0",
"dagre": "^0.8.5",
"mobx": "^6.4.2",
"mobx-react-lite": "^3.4.3",
"next": "^13.4.13",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.8.1",
"semver": "^7.6.2",
"sql-formatter": "^15.3.2"
},
"devDependencies": {
"@types/dagre": "^0.7.49",
"@types/node": "17.0.21",
"@types/prop-types": "^15.7.4",
"@types/react": "17.0.39",
"@types/semver": "^7.5.8",
"eslint": "8.10.0",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.1",
"typescript": "4.6.2"
}
}