-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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
{
"name": "pulllse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@blueprintjs/core": "^4.11.5",
"@vercel/analytics": "^0.1.4",
"apexcharts": "^3.36.3",
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"classnames": "^2.3.2",
"comma-number": "^2.1.0",
"cors": "^2.8.5",
"dagre": "^0.8.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-http-proxy": "^1.6.3",
"final-form": "^4.20.7",
"heroku-ssl-redirect": "^0.1.1",
"history": "^4.7.2",
"http-proxy-middleware": "^2.0.6",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^6.7.0",
"next": "^14.0.3",
"next-absolute-url": "^1.2.2",
"next-compose-plugins": "^2.2.1",
"next-redux-wrapper": "^8.0.0",
"nodemon": "^3.0.1",
"papaparse": "^5.3.2",
"qs": "^6.11.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"react-final-form": "^6.5.9",
"react-keydown": "^1.9.12",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"react-select": "^5.5.9",
"reactflow": "^11.2.0",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"semantic-ui-react": "^2.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.20.2",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"sass": "^1.55.0",
"styled-components": "^5.3.6"
}
}