-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
49
{
"name": "whatcanicatchnow",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"repository": "git+https://github.com/SawyerHood/animal-crossing-catch.git",
"homepage": "https://ac-catch.com",
"bugs": {
"url": "https://github.com/SawyerHood/animal-crossing-catch/issues"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@types/lodash": "4.14.168",
"emotion": "11.0.0",
"i18next": "19.9.2",
"i18next-browser-languagedetector": "6.0.1",
"lodash": "^4.17.21",
"moment": "2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "11.8.10"
},
"devDependencies": {
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@vitejs/plugin-react-refresh": "^1.3.1",
"husky": ">=5",
"lint-staged": ">=10",
"prettier": "^2.2.1",
"typescript": "4.2.3",
"vite": "^2.1.2",
"vite-plugin-svgr": "^0.2.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": "react-app"
}
}