-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "isp",
"version": "2.0.0",
"description": "Instense Support Program",
"main": "index.ts",
"type": "module",
"scripts": {
"dev": "vite",
"hugo": "hugo server --forceSyncStatic --port 6969",
"start": "concurrently \"vite build --watch\" \"npm run hugo\"",
"vbuild": "vite build",
"svelte": "vite build --watch",
"build": "vite build && hugo",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "firebase deploy --debug --token \"$FIREBASE_TOKEN\" --only hosting"
},
"license": "ISC",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"autoprefixer": "^10.4.14",
"concurrently": "^7.3.0",
"eslint": "^8.23.0",
"firebase": "^9.9.2",
"flamethrower-router": "^0.0.0-meme.12",
"postcss": "^8.4.24",
"svelte": "^3.49.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.2",
"typescript": "^4.5.4",
"vite": "^3.0.5"
},
"dependencies": {
"daisyui": "^3.1.0"
}
}