-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "axon-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=./",
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^10.0.1",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.8",
"use-screen-size": "^1.1.0",
"vite-plugin-fonts": "^0.7.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"eslint": "8.27.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"sharp": "^0.31.3",
"svgo": "^3.0.2",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-image-optimizer": "^1.1.0"
}
}