-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 844 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
{
"name": "asteroids",
"homepage": "https://asteroids.live",
"author": {
"name": "Kunal Shah",
"email": "me@kunal.sh"
},
"repository": {
"url": "https://github.com/kunalgorithm/asteroids"
},
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"now-build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.0.6",
"antd": "^4.0.4",
"cookie": "^0.4.0",
"isomorphic-unfetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"next": "^12.1.6",
"prettier": "^2.0.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"recharts": "^1.7.1",
"sass": "^1.26.3"
},
"devDependencies": {
"@types/node": "^13.13.5",
"@types/react": "^16.9.2",
"tslint": "^5.19.0",
"typescript": "^4.7.3"
}
}