-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "dscbppimt",
"version": "1.0.0",
"description": "DSC BPPIMT Official Website",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Developer-Student-Clubs-BPPIMT/dscbppimt/issues"
},
"homepage": "https://github.com/Developer-Student-Clubs-BPPIMT/dscbppimt#readme",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.60",
"axios": "^0.20.0",
"classnames": "^2.2.6",
"clsx": "latest",
"formik": "2.1.5",
"formik-material-ui": "latest",
"next": "latest",
"next-fonts": "^1.4.0",
"next-images": "^1.4.1",
"next-page-transitions": "^1.0.0-beta.2",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"use-dark-mode": "^2.3.1",
"yup": "^0.29.3"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^1.1.1",
"file-loader": "^6.0.0"
}
}