-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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": "blue",
"version": "1.1.0",
"description": "for team, base components contents, a new attempt",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte-router-spa": "^7.0.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.3",
"vite": "^5.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuchunhui/blue.git"
},
"keywords": [
"vite",
"svelte",
"tailwindcss",
"components"
],
"author": "fuchunhui",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuchunhui/blue/issues"
},
"homepage": "https://github.com/fuchunhui/blue#readme"
}