forked from kisrea-team/NoDrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "nodrogen",
"version": "1.2.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"product": "next build && next start",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"deploy": "vercel deploy",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@types/react-dom": "^18.2.18",
"classnames": "^2.3.1",
"memory-cache": "^0.2.0",
"mermaid": "10.6.1",
"next": "^14.0.0",
"next-themes": "^0.2.1",
"notion-utils": "^6.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-notion-x": "^6.16.0",
"react-tweet-embed": "^2.0.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.0",
"@types/node": "^16.11.2",
"@types/prismjs": "^1.26.3",
"@types/react": "18.2.30",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"postcss": "^8.4.31",
"typescript": "^4.6.2"
},
"resolutions": {
"@types/react": "17.0.44"
}
}