-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.58 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": "vite-gleisplanner",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"wlanmaus:dev": "ts-node --project ./tsconfig.wlanmaus.json ./server/wlanmaus/app.ts",
"wlanmaus:watch": "nodemon -e ts -w ./server -x npm run wlanmaus:dev",
"wlanmaus:build": "tsc --project ./tsconfig.wlanmaus.json",
"netbidibnode:dev": "ts-node --project ./tsconfig.netbidibnode.json ./server/netbidibnode/app.ts",
"netbidibnode:watch": "nodemon -e ts -w ./server -x npm run netbidibnode:dev",
"netbidibnode:build": "tsc --project ./tsconfig.netbidibnode.json"
},
"dependencies": {
"@serialport/parser-delimiter": "^9.2.4",
"@types/d3-path": "^3.0.0",
"@types/lodash.debounce": "^4.0.6",
"@types/serialport": "^8.0.2",
"a-color-picker": "^1.2.1",
"bezier-js": "^4.1.1",
"chalk": "^4.1.2",
"computed-style-to-inline-style": "^3.0.0",
"d3-path": "^3.0.1",
"dgram": "^1.0.1",
"dialog-polyfill": "^0.5.6",
"localforage": "^1.10.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"nanoid": "^3.1.30",
"parse-svg-path": "^0.1.2",
"serialport": "^9.2.8",
"svelte-color-picker": "^1.0.7",
"svelte-sortable-list": "^1.1.0",
"svg-pan-zoom": "^3.6.1",
"svg-path-commander": "^0.1.10",
"svg-path-properties": "^1.0.11",
"svg-path-reverse": "^1.3.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"svelte": "^3.44.2",
"svelte-preprocess": "^4.9.8",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}