-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 969 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
39
40
41
{
"name": "bushido.guide",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@types/axios": "^0.14.0",
"axios": "^1.1.3",
"classnames": "^2.3.1",
"framer-motion": "7.0.0",
"graphql": "^16.5.0",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.184",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.0",
"sass": "^1.49.11",
"standard": "^17.0.0",
"typescript": "^4.6.3",
"vite": "^3.0.4"
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json"
]
}
}