-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.5 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.5 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
40
41
42
43
44
45
46
{
"scripts": {
"dev": "redrun --parallel static:* dev:vite",
"dev:vite": "vite",
"build": "vite build",
"preview": "redrun --parallel static:* preview:vite",
"preview:vite": "vite preview",
"static:packs": "sirv ../packs/build --cors --dev --port 8081 --quiet",
"static:assets": "sirv ../assets --cors --dev --port 8082 --quiet",
"format": "prettier --write --plugin-search-dir=. './**/*.{js,svelte,json}'",
"format:check": "prettier --check --plugin-search-dir=. './**/*.{js,svelte,json}'",
"prepare": "husky install .husky",
"test": "web-test-runner \"src/**/*.test.js\""
},
"devDependencies": {
"@iconify-json/akar-icons": "^1.1.0",
"@iconify-json/ph": "^1.1.0",
"@minetower/ui-components": "^1.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/svelte": "^3.0.0",
"autoprefixer": "^10.0.4",
"chai": "^4.3.6",
"http2-proxy": "^5.0.53",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"postcss": "^8.4.6",
"postcss-load-config": "^3.1.3",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.1.4",
"redrun": "^9.0.1",
"sass": "^1.49.8",
"sirv-cli": "^2.0.2",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.3",
"svelte-storages": "^0.0.2",
"tailwindcss": "^3.0.22",
"unplugin-icons": "^0.13.2",
"vite": "^2.8.4"
},
"dependencies": {
"@zip.js/zip.js": "^2.4.4"
}
}