-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "crypto-tax",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"node_version": "nvm use v.16.2.0",
"check_version": "node check_version.js",
"ndev": "run-s check_version dev",
"build": "next build",
"start": "next start -p 5002",
"deploy_setup": "pm2 deploy production setup",
"deploy": "pm2 deploy ecosystem.config.js production --force"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"aws-sdk": "^2.912.0",
"axios": "^0.24.0",
"better-sqlite3": "^7.4.4",
"date-fns": "^2.23.0",
"next": "^12.0.7",
"next-auth": "^3.23.3",
"papaparse": "^5.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-toastify": "^8.1.0",
"sass": "^1.37.5",
"swr": "^0.5.6"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/papaparse": "^5.2.6",
"@types/react": "17.0.6",
"autoprefixer": "^10.2.5",
"cross-env": "^7.0.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5"
}
}