-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1013 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
34
35
36
37
38
39
40
41
42
{
"name": "payperws-www",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"version": "0.0.1",
"description": "Peer 2 Peer economy through APIs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/payperws/gateway.git"
},
"keywords": [
"payperws",
"gateway",
"p22",
"api"
],
"author": "Vlad Suciu, Alex Males, Alex Popa",
"license": "ISC",
"bugs": {
"url": "https://github.com/payperws/gateway/issues"
},
"homepage": "https://github.com/payperws/gateway#readme",
"dependencies": {
"@zeit/next-typescript": "^1.1.1",
"fork-ts-checker-webpack-plugin": "^0.4.10",
"next": "^7.0.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styled-components": "^3.4.10"
},
"devDependencies": {
"@types/next": "^7.0.2",
"@types/react": "^16.4.16",
"@types/react-dom": "^16.0.9",
"babel-plugin-styled-components": "^1.8.0",
"typescript": "^3.1.3"
}
}