-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 983 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 983 Bytes
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": "2ms.studio",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm upload-images && next build",
"start": "NODE_ENV=production next start",
"lint": "next lint",
"upload-images": "node ./lib/image_upload.js"
},
"dependencies": {
"next": "15.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-lazyload": "3.2.1",
"react-player": "2.16.0",
"react-ssr-prepass": "npm:preact-ssr-prepass@1.2.2"
},
"devDependencies": {
"@babel/core": "7.26.7",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.1.6",
"@svgr/webpack": "8.1.0",
"@types/node": "22.13.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-lazyload": "3.2.3",
"cloudinary": "1.41.3",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-config-next": "12.3.4",
"globby": "11.1.0",
"mkdirp": "1.0.4",
"typescript": "4.9.5",
"webpack": "5.97.1"
},
"packageManager": "pnpm@10.2.0"
}