-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "template",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@nanostores/react": "^0.7.1",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-icons": "^1.3.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/yup": "^0.32.0",
"astro": "^4.1.2",
"crypto-js": "^4.2.0",
"formik": "^2.4.5",
"framer-motion": "^10.18.0",
"million": "^2.6.4",
"nanostores": "^0.9.5",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.4",
"typescript": "^5.3.3",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/ramda": "^0.29.9",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"vitest": "^1.2.1"
}
}