-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
99 lines (99 loc) · 3.09 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "schoolvery",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:team-e-techeer/schoolvery-fe.git",
"author": "ww8007 <[email protected]>",
"license": "MIT",
"proxy": "http://localhost:8000",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "http-server dist",
"start": "vite",
"test": "jest"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"axios": "^0.26.1",
"dayjs": "^1.11.2",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-modern-drawer": "^1.1.1",
"react-query": "^3.34.19",
"react-router-dom": "^6.3.0",
"react-select": "^5.4.0",
"recoil": "^0.7.0",
"recoil-persist": "^4.2.0",
"util": "0.10.3"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@emotion/babel-plugin": "^11.9.2",
"@emotion/core": "^11.0.0",
"@emotion/jest": "^11.9.1",
"@faker-js/faker": "^7.4.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.1.1",
"@types/faker": "^6.6.9",
"@types/firebase": "^3.2.1",
"@types/jest": "^27.5.0",
"@types/lodash": "^4.14.182",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-icons": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react": "^1.3.1",
"babel-loader": "^8.2.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-react-app": "^10.0.1",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"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",
"eslint-plugin-simple-import-sort": "^7.0.0",
"history": "^5.3.0",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.0",
"identity-obj-proxy": "^3.0.0",
"jest-emotion": "^11.0.0",
"jest-environment-jsdom": "^28.1.3",
"jest-mock": "^28.1.3",
"prettier": "^2.6.2",
"react-test-renderer": "^18.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^28.0.2",
"typescript": "^4.6.3",
"vite": "^3.0.7",
"vite-plugin-dynamic-import": "^1.1.1",
"vite-plugin-favicon": "^1.0.8",
"vite-plugin-fonts": "^0.6.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"workbox-webpack-plugin": "^6.5.2"
}
}