-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
41
{
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@monaco-editor/react": "^4.3.1",
"@notionhq/client": "^0.4.11",
"@zeit/next-css": "^1.0.1",
"axios": "^0.24.0",
"daisyui": "^1.16.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"http-proxy-middleware": "^2.0.1",
"moment": "^2.29.1",
"next": "^12.0.7",
"next-fonts": "^1.5.1",
"next-transpile-modules": "^9.0.0",
"react": "^17.0.2",
"react-detect-offline": "^2.4.5",
"react-dom": "^17.0.2",
"react-image-file-resizer": "^0.4.7",
"react-player": "^2.9.0",
"react-spring": "^9.3.3",
"react-toastify": "^8.1.0",
"react-topbar-progress-indicator": "^4.1.0",
"typewriter-effect": "^2.18.2",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/codemirror": "^5.60.5",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2"
}
}