-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nuku",
"version": "1.0.0",
"description": "A finance web application that consumes PNGX-API",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisaugu/pngx-api-client.git"
},
"keywords": [
"pngx-api",
"stocks",
"pngx",
"pngx-api",
"nextjs",
"papua-new-guinea",
"madang",
"nuku"
],
"author": "Christian Augustyn",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisaugu/pngx-api-client/issues"
},
"homepage": "https://github.com/chrisaugu/pngx-api-client#readme",
"dependencies": {
"@geist-ui/core": "^2.3.6",
"@geist-ui/icons": "^1.0.1",
"@reduxjs/toolkit": "^1.8.0",
"@vercel/fetch": "^6.1.1",
"avvvatars-react": "^0.4.2",
"axios": "^0.24.0",
"chart.js": "^3.7.0",
"date-fns": "^2.28.0",
"faker": "^5.5.3",
"framer-motion": "^6.3.3",
"inter-ui": "^3.19.3",
"moment": "^2.30.1",
"mongodb": "^6.9.0",
"next": "12.0.7",
"next-pwa": "^5.5.0",
"node-cron": "^3.0.3",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-jss": "^10.9.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-spring": "^9.4.2",
"react-trend": "^1.2.5",
"reaviz": "^8.1.0-dev.master-55e12d0",
"recharts": "^2.12.7",
"recoil": "^0.6.1",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"simple-xml-to-json": "^1.2.2",
"styled-components": "^5.3.3",
"swr": "^1.3.0",
"underscore": "^1.13.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"sass": "^1.79.4"
}
}