-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 809 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 809 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
{
"name": "codeinthewind-live",
"packageManager": "yarn@3.2.0",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=${PORT:-7173}",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tsconfig/svelte": "^2.0.1",
"@types/lodash-es": "^4.17.6",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.9.5"
},
"dependencies": {
"autoprefixer": "^10.4.5",
"firebase": "^9.6.11",
"lodash-es": "^4.17.21",
"postcss": "^8.4.12",
"prismjs": "^1.28.0",
"tailwindcss": "^3.0.24"
}
}