-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) Β· 2.06 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
{
"name": "dev-event-client",
"version": "0.2.0",
"main": "index.js",
"type": "module",
"repository": "https://github.com/brave-people/Dev-Event-Client.git",
"author": "leedoopal <1233wsh@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tailwind": "npx tailwindcss -i src/style/base.css -o ./src/style/dist/output.css --watch",
"deploy": "vercel build && vercel deploy",
"deduplicate": "yarn-deduplicate yarn.lock"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^2.0.10",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@mui/styled-engine-sc": "^5.4.1",
"@tailwindcss/forms": "^0.5.2",
"classnames": "^2.3.1",
"cropperjs": "^1.6.1",
"date-fns": "^3.1.0",
"dayjs": "^1.11.1",
"jotai": "^2.0.3",
"jsonwebtoken": "^9.0.0",
"next": "^13.4.5",
"react": "^18.2.0",
"react-color-palette": "^7.0.4",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-query": "4.0.0-beta.3",
"sass": "^1.45.2",
"styled-components": "^5.3.3",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.7.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/cookie": "0.4.1",
"@types/js-cookie": "^3.0.2",
"@types/jsonwebtoken": "^8.5.6",
"@types/react": "^18.0.8",
"@types/react-datepicker": "^4.4.1",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.13",
"cookie": "0.4.1",
"eslint": "8.5.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"gh-pages": "3.2.3",
"js-cookie": "^3.0.1",
"next-babel-conditional-ssg-ssr": "^1.0.0",
"postcss": "^8.4.21",
"prettier": "2.5.1",
"typescript": "^5.1.3"
},
"proxy": "http://localhost:3000"
}