-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.14 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.14 KB
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
{
"name": "template-svelte",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"clean": "rm -rf ./sde-prep",
"dev": "sde dev",
"build": "sde bundle",
"serve-check-report": "npx http-server -o ./sde-prep/check-report"
},
"workspaces": [
"packages/core",
"packages/app"
],
"devDependencies": {
"@eslint/js": "^9.37.0",
"@sdeverywhere/build": "^0.3.7",
"@sdeverywhere/check-core": "^0.1.6",
"@sdeverywhere/cli": "^0.7.36",
"@sdeverywhere/plugin-check": "^0.3.21",
"@sdeverywhere/plugin-config": "^0.2.8",
"@sdeverywhere/plugin-deploy": "^0.1.0",
"@sdeverywhere/plugin-vite": "^0.2.0",
"@sdeverywhere/plugin-wasm": "^0.2.6",
"@sdeverywhere/plugin-worker": "^0.2.11",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-svelte": "^3.12.4",
"globals": "^16.4.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"typescript": "^5.2.2"
}
}