-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.25 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": "NoCodeDB",
"private": true,
"scripts": {
"start": "concurrently \"npm run dev\" \"cd server && npm start\"",
"dev": "run-p dev:*",
"dev:routify": "routify",
"dev:vite": "vite",
"preview": "vite preview",
"build": "run-s build:*",
"build:routify": "routify -b",
"build:vite": "vite build"
},
"devDependencies": {
"@roxi/routify": "^2.18.3",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.5",
"autoprefixer": "^10.2.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.8",
"postcss-import": "^14.0.0",
"svelte": "^3.35.0",
"svelte-preprocess": "^4.7.0",
"vite": "^2.0.5"
},
"dependencies": {
"@revolist/revogrid": "^3.0.97",
"@revolist/revogrid-column-numeral": "^1.0.2",
"@revolist/svelte-datagrid": "^3.0.52",
"concurrently": "^6.2.2",
"esbuild": "^0.12.22",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"mathjs": "^9.4.4",
"vercel": "^23.1.2",
"workbox-core": "^6.2.4",
"workbox-expiration": "^6.2.4",
"workbox-precaching": "^6.2.4",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4"
}
}