-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
{
"name": "dber",
"version": "0.10.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen": "next build && next export",
"lint": "next lint",
"prettier": "prettier -c --write **/*.{js,json}"
},
"dependencies": {
"@arco-design/web-react": "^2.45.0",
"@dbml/core": "^2.6.1",
"@monaco-editor/react": "^4.4.5",
"classnames": "^2.3.1",
"dexie": "^3.2.2",
"diff": "^5.1.0",
"install": "^0.13.0",
"nanoid": "^4.0.0",
"next": "^13.5.6",
"npm": "^9.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.3.7",
"sass": "^1.50.0",
"unstated-next": "^1.1.0"
},
"devDependencies": {
"eslint": "8.35.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next-plugin-svgr": "^1.1.1",
"pre-commit": "^1.2.2",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "pretty-quick --staged && npm run prettier"
},
"dbAdaptor": "indexed",
"soulUrl": "http://localhost:3001/api"
}