-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "ponpub-client",
"version": "2.0.0-alpha.3",
"description": "Ponpub client",
"author": "Taufik Oktama <[email protected]>",
"repository": "https://github.com/unforma-club/ponpub-client.git",
"homepage": "https://ponpub-demo.unforma.club",
"license": "Apache-2.0",
"main": "index.js",
"private": true,
"scripts": {
"dev": "next dev --port=3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ponpub/font": "^1.0.0-alpha.2",
"@ponpub/user": "^1.0.1-alpha.3",
"@react-spring/web": "^9.3.0",
"@unforma-club/typetools": "latest",
"axios": "^0.24.0",
"faker": "^5.5.3",
"fontfaceobserver": "^2.1.0",
"next": "^12.0.1",
"next-themes": "^0.0.15",
"nprogress": "^0.2.0",
"opentype.js": "^1.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.43.4",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/faker": "^5.5.9",
"@types/fontfaceobserver": "^2.1.0",
"@types/node": "^16.11.6",
"@types/nprogress": "^0.2.0",
"@types/opentype.js": "^1.3.3",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"typescript": "^4.4.4"
}
}