-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 959 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
{
"name": "lulala_website",
"type": "module",
"version": "1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@astrojs/react": "^3.0.7",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"astro": "^3.6.4",
"million": "^2.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@iconify-json/akar-icons": "^1.1.22",
"@iconify-json/fluent-emoji-flat": "^1.1.15",
"@iconify-json/simple-icons": "^1.1.82",
"@types/react-test-renderer": "^18.0.7",
"@unocss/reset": "^0.56.5",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.7",
"jsdom": "^22.1.0",
"react-test-renderer": "^18.2.0",
"unocss": "^0.56.5",
"vitest": "^0.34.6"
}
}