-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
45
46
47
48
{
"name": "audiread",
"type": "module",
"version": "0.1.0",
"author": "liou <https://github.com/liou666>",
"license": "MIT",
"homepage": "https://github.com/liou666/audiread#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/liou666/audiread.git"
},
"bugs": {
"url": "https://github.com/liou666/audiread/issues"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.4",
"astro": "^4.4.5",
"classnames": "^2.5.1",
"solid-js": "^1.8.15",
"uuid": "^9.0.1"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.7.4",
"@iconify-json/carbon": "^1.1.30",
"@iconify-json/eos-icons": "^1.1.10",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/material-symbols": "^1.1.74",
"@iconify-json/mdi": "^1.1.64",
"@liou666/eslint-config": "^1.4.1",
"@liou666/eslint-config-ts": "^1.4.1",
"@types/uuid": "^9.0.8",
"@vite-pwa/astro": "^0.3.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}