forked from Phala-Network/website-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 912 Bytes
/
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
{
"name": "phala-network-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "curl https://api.vercel.com/v1/integrations/deploy/prj_1CWgxGRSgpNOXMKZoWDfsFgdPjXC/dhTuVx1AHU"
},
"dependencies": {
"@types/react-dom": "^17.0.0",
"classnames": "^2.2.6",
"highlight.js": "^10.4.0",
"lodash.debounce": "^4.0.8",
"next": "^10.2.0",
"perfect-scrollbar": "^1.5.0",
"react": "17.0.1",
"react-dom": "^17.0.1",
"react-fast-marquee": "^1.0.7",
"react-mailchimp-subscribe": "^2.1.0",
"sass": "^1.29.0",
"smoothscroll-polyfill": "^0.4.4",
"use-breakpoint": "^1.1.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^3.2.2",
"@types/classnames": "^2.2.11",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"typescript": "^4.2.4"
}
}