forked from ChandanP007/dscjisu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.79 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
{
"name": "dscjisu",
"author": "Abhishek Kushwaha",
"description": "Official Site for DSC JIS University",
"version": "0.1.0",
"private": false,
"license": "MIT",
"homepage": "https://github.com/dscjisu/dscjisu",
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.0.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.10.11",
"@tanem/react-nprogress": "^5.0.19",
"gray-matter": "^4.0.3",
"mongodb": "^4.12.1",
"mongoose": "^6.8.0",
"nanoid": "^4.0.0",
"next": "12.2.5",
"next-mdx-remote": "^4.1.0",
"next-pwa": "^5.6.0",
"nextjs-progressbar": "^0.0.16",
"prism-react-renderer": "^1.3.5",
"qrcode": "^1.5.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.0.1",
"rehype-toc": "^3.0.2",
"remark-gfm": "^3.0.1",
"zustand": "^4.1.4"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"eslint-plugin-storybook": "^0.6.6",
"husky": "^7.0.4",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"storybook-addon-next-router": "^4.0.1",
"storybook-css-modules-preset": "^1.1.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3"
},
"resolutions": {
"webpack": "^5"
}
}