generated from yukinissie/react-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "osakana-nazono-katakana",
"version": "1.3.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint:prettier": "prettier --check .",
"lintfix:prettier": "prettier --write .",
"lint:eslint": "eslint --ext \".js,.ts\" --ignore-path .gitignore .",
"lintfix:eslint": "yarn lint:eslint --fix",
"lint": "yarn lint:prettier && yarn lint:eslint",
"lintfix": "yarn lintfix:prettier && yarn lintfix:eslint"
},
"dependencies": {
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.3.0",
"web-vitals": "^3.1.0"
},
"devDependencies": {
"@azure/static-web-apps-cli": "1.0.2",
"@emotion/babel-plugin": "11.10.0",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@vitejs/plugin-react": "2.0.0",
"eslint": "8.21.0",
"eslint-plugin-react": "7.30.1",
"prettier": "2.7.1",
"typescript": "4.7.4",
"vite": "3.2.11",
"vite-plugin-pwa": "^0.13.3"
},
"engines": {
"node": "16.x"
},
"license": "UNLICENSED",
"private": true
}