forked from sprinteins/oscd-plugin-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.32 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": "oscd-plugin-store",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "VITE_EXTERNAL_PLUGINS=true vite build",
"build:restricted": "vite build",
"preview": "vite preview --port 50713",
"build:watch": "npm run build && concurrently 'npm:_build:watch' 'npm:preview'",
"_build:watch": "NODE_ENV=development vite build --watch",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
"postinstall": "mkdir -p dist"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.7.6",
"sass": "^1.80.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"dependencies": {
"@material/typography": "^14.0.0",
"@smui/button": "^7.0.0",
"@smui/dialog": "^7.0.0",
"@smui/icon-button": "^7.0.0",
"@smui/list": "^7.0.0",
"@smui/menu": "^7.0.0",
"@smui/snackbar": "^7.0.0",
"@smui/switch": "^7.0.0",
"@smui/textfield": "^7.0.0",
"concurrently": "^8.2.2",
"svelte-material-ui": "^7.0.0"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}