-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
66 lines (66 loc) · 1.83 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
{
"name": "osresume",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"seed": "node seeder.js"
},
"dependencies": {
"@clerk/clerk-react": "^1.13.1",
"@clerk/clerk-sdk-node": "^0.5.0",
"@clerk/nextjs": "^4.23.3",
"@date-io/date-fns": "1.3.11",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@next/third-parties": "^14.1.4",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"date-fns": "2.11.1",
"dotenv": "^10.0.0",
"formik": "^2.2.6",
"material-ui-chip-input": "^1.1.0",
"mongoose": "^5.13.2",
"next": "^13.4.19",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.4",
"react-to-print": "^2.12.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sass": "^1.32.12",
"sonner": "^1.2.4",
"swr": "^0.5.6",
"tailwindcss": "^3.3.6",
"uuid": "^8.3.2",
"yup": "^0.32.9",
"zustand": "^4.4.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"autoprefixer": "^10.4.16",
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^13.4.19",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.3.1",
"postcss": "^8.4.32",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-middleware": "^4.2.0",
"webpack-dev-server": "^3.11.2"
}
}