-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
44
45
46
47
{
"name": "nozama",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@glideapps/glide-data-grid": "^3.3.0",
"chart.js": "^3.7.1",
"csv-parse": "^5.0.4",
"currency.js": "^2.0.4",
"date-and-time": "^2.2.1",
"goodshare.js": "^6.2.1",
"is-mobile": "^3.1.1",
"lodash": "^4.17.21",
"lzutf8": "^0.6.1",
"marked": "^4.0.12",
"next": "12.1.0",
"next-pwa": "^5.5.2",
"next-share": "^0.13.0",
"next-ssl-redirect-middleware": "^0.1.3",
"node-cache": "^5.1.2",
"react": "17.0.2",
"react-chartjs-2": "^4.0.1",
"react-day-picker": "^8.0.5",
"react-dom": "17.0.2",
"react-papaparse": "^4.0.2",
"react-redux": "^7.2.6",
"react-responsive-carousel": "^3.2.23",
"react-tabs": "^4.0.1",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.3",
"uuid": "^8.3.2",
"yahoo-finance2": "^2.3.0"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"sass": "^1.52.0"
}
}