-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "jubileum",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier '**/*.{js,ts,tsx,css,md}' --write",
"lint:prettier": "prettier '**/*.{js,css,md,ts,tsx}' --check"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"@mui/styled-engine-sc": "^5.1.0",
"@types/canvas-confetti": "^1.4.2",
"@types/styled-components": "^5.1.15",
"canvas-confetti": "^1.4.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"mongoose": "^6.0.12",
"next": "^12.0.3",
"react": "17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-markdown": "^7.1.2",
"react-vertical-timeline-component": "^3.5.2",
"remark-gfm": "^3.0.1",
"sanitize-html": "^2.7.0",
"styled-components": "^5.3.1",
"swr": "^1.0.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.3",
"@types/react-vertical-timeline-component": "^3.3.1",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.3",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}