-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "zitefy",
"version": "0.1.0",
"description": "an open-source link in bio tool",
"homepage": "https://zitefy.com/",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --cache --cache-location node_modules/.eslintcache"
},
"license": "MIT",
"type": "module",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin": "^2.3.0",
"autoprefixer": "^10.4.19",
"eslint": "9.x",
"eslint-plugin-solid": "^0.14.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"globals": "^15.8.0",
"postcss": "^8.4.39",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@motionone/solid": "^10.16.4",
"@solidjs/router": "^0.13.6",
"ace-builds": "^1.35.2",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.11"
}
}