-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 971 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 971 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
{
"name": "birdy-web-ui",
"description": "The Web UI application of the Birdy project.",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"sass": "^1.30.0"
},
"devDependencies": {
"@types/node": "^14.14.13",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
},
"author": "Thomás Sousa Silva <thomassousa.dev>",
"homepage": "https://github.com/seudev/birdy-web-ui",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/seudev/birdy-web-ui.git"
},
"bugs": {
"url": "https://github.com/seudev/birdy-web-ui/issues"
},
"keywords": [
"Birdy",
"Seudev"
]
}