-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
48
{
"name": "petarzarkov-biscuit-machine",
"description": "The Biscuit Machine made with Vite, React, Typescript",
"keywords": [
"Biscuit Machine, Biscuit, Machine, Petar, Zarkov, Vite, React, Typescript"
],
"author": {
"name": "Petar Zarkov",
"email": "[email protected]"
},
"private": true,
"version": "0.0.2",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit && eslint -c .eslintrc.js --ext .ts,.tsx ./src --max-warnings 0",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "2.3.4",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^6.4.0",
"framer-motion": "7.3.6"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@types/parse-json": "^4.0.0",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.10.0",
"eslint-plugin-react": "^7.29.3",
"typescript": "^4.5.4",
"vite": "^3.1.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}