-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 976 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 976 Bytes
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
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv dist --no-clear",
"check": "svelte-check",
"lint": "svelte-check",
"test": "svelte-check"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@typescript-eslint/types": "^8.56.1",
"@rollup/plugin-node-resolve": "^16.0.3",
"esm-env": "^1.0.0",
"highcharts": "^12.5.0",
"rollup": "^4.59.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-css-only": "^4.5.5",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.3",
"svelte": "^5.53.7",
"svelte-check": "^4.4.4",
"svelte-preprocess": "^6.0.3",
"svelte-spa-router": "^4.0.1",
"@rollup/plugin-terser": "^0.4.4",
"sirv-cli": "^3.0.0",
"svelte-persisted-store": "^0.12.0",
"typescript": "^5.9.3"
},
"engines": {
"npm": ">=10",
"node": ">=18.0.0"
}
}