-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "pano-setup-ui",
"version": "1.0.0",
"scripts": {
"dev": "vite dev --host=0.0.0.0 --port=3002",
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"lint": "npm-run-all -c lint:*",
"lint:prettier": "prettier -c . --config .prettierrc",
"format": "npm-run-all -c format:*",
"format:prettier": "prettier --write . --config .prettierrc"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@rollup/plugin-json": "^6.1.0",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"cookie": "^0.6.0",
"csrf": "^3.1.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"sass": "^1.77.2",
"svelte": "^4.2.17",
"svelte-preprocess": "^5.1.4",
"tippy.js": "^6.3.7",
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "^5.3.3",
"svelte-i18n": "^4.0.0"
},
"trustedDependencies": [
"es5-ext",
"svelte-preprocess"
]
}