-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "react-snake-game",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --ext .ts,.tsx src",
"serve": "vite preview",
"test": "jest"
},
"dependencies": {
"autoprefixer": "^10.2.5",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-responsive": "^8.2.0",
"react-swipeable": "^6.1.0",
"tailwindcss": "^2.1.2"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
"@types/tailwindcss": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"babel-eslint": "^10.0.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^27.0.6",
"prettier": "^2.2.1",
"ts-jest": "^27.0.3",
"typescript": "^4.1.2",
"vite": "^2.1.5"
}
}