-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 972 Bytes
/
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
{
"type": "module",
"name": "launcher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite build && concurrently --kill-others \"npx vite\" \"neu run --frontend-lib-dev\"",
"build": "vite build && neu build",
"clean": "git clean -xdf",
"postinstall": "npx neu update"
},
"author": "",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.0.2",
"anchorme": "^2.1.2",
"colorjs.io": "^0.4.0",
"nanoid": "^4.0.0",
"s-ago": "^2.2.0",
"svelte-icons": "^2.1.0",
"svelte-local-storage-store": "^0.3.1",
"xss": "^1.0.14"
},
"devDependencies": {
"@neutralinojs/neu": "^9.3.1",
"@rollup/plugin-alias": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"concurrently": "^7.3.0",
"rollup": "^3.2.2",
"svelte": "^3.52.0",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.7.4",
"vite": "^3.0.4"
}
}