forked from ppnhq1/ppn-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "plax-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@react-spring/web": "^9.7.5",
"@stitches/react": "^1.2.8",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"mongodb": "^6.10.0",
"next": "14.2.2",
"path": "^0.12.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-type-animation": "^3.2.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"swiper": "^11.1.1"
},
"description": "��#\u0000 \u0000p\u0000p\u0000n\u0000-\u0000w\u0000e\u0000b\u0000s\u0000i\u0000t\u0000e\u0000\r\u0000 \u0000",
"main": "index.js",
"directories": {
"lib": "lib"
},
"author": "",
"license": "ISC"
}