-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.49 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
50
51
52
53
{
"name": "yappsum",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build-watch": "tsc && vite build --watch",
"preview": "vite preview",
"build": "vite build",
"test": "jest"
},
"dependencies": {
"@types/styled-components": "^5.1.25",
"axios": "^0.27.2",
"js-cookie": "^3.0.1",
"lottie-react": "^2.3.1",
"qs": "^6.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-ga": "^3.3.1",
"react-router-dom": "^6.3.0",
"recoil": "^0.7.3",
"recoil-persist": "^4.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@types/jest": "^28.1.6",
"@types/js-cookie": "^3.0.2",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-react": "^1.3.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^28.1.3",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-html": "^3.2.0",
"vite-tsconfig-paths": "^3.4.1"
}
}