-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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": "onsuyumi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.2",
"@mui/material": "^5.10.2",
"@types/mixpanel-browser": "^2.38.0",
"axios": "^0.27.2",
"disqus-react": "^1.1.3",
"framer-motion": "^6.3.2",
"lottie-react": "^2.4.0",
"mixpanel-browser": "^2.45.0",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.6.1",
"react-slick": "^0.29.0",
"recoil": "^0.7.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.17.9",
"@emotion/babel-plugin": "^11.9.2",
"@types/node": "17.0.26",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@types/uuid": "^9.0.8",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"gray-matter": "^4.0.3",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"typescript": "4.6.3",
"unified": "^10.1.2",
"uuid": "^9.0.1"
}
}