-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 835 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 835 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
41
{
"name": "damengrandom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next -- -p 4379",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"keywords": [
"damengrandom",
"damon",
"dameng",
"damon",
"damon wu",
"da",
"meng",
"dameng random",
"random"
],
"author": "DamengRandom",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"next": "^10.0.2",
"next-fonts": "^1.0.3",
"node-sass": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"elliptic": ">=6.5.4",
"next-seo": "^4.17.0",
"object-path": ">=0.11.5",
"react-helmet": "^6.1.0",
"rsuite": "^4.8.5",
"serialize-javascript": ">=3.1.0"
}
}