-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "pilea-source",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"ui-dev": "webpack-dev-server --open --config webpack.dev.ts",
"ui-build": "webpack --mode production --config webpack.prod.ts",
"server-dev": "ts-node-dev --respawn --transpileOnly ./server/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.0",
"@types/react-redux": "^7.1.1",
"ag-grid-community": "^21.0.1",
"ag-grid-react": "^21.0.1",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"css-loader": "^3.0.0",
"express": "^4.17.1",
"immutable": "^4.0.0-rc.12",
"jest": "^24.8.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.18.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"pg": "^7.11.0",
"plaid": "^4.1.0",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-plaid-link": "^1.2.0",
"react-redux": "^7.1.0",
"react-vis": "^1.11.7",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.0.4",
"reselect": "^4.0.0",
"style-loader": "^0.23.1",
"timm": "^1.6.1",
"ts-node-dev": "^1.0.0-pre.40",
"uuidv4": "^4.0.0"
},
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.0",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/webpack": "^4.4.34",
"awesome-typescript-loader": "^5.2.1",
"html-webpack-plugin": "^3.2.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
}
}