-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
146 lines (146 loc) · 5.01 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "application-portal-frontend",
"version": "1.0.6",
"description": "https://ap-frontend-test.herokuapp.com/",
"main": "webpack.common.js",
"engines": {
"node": "10.16.0"
},
"scripts": {
"mongo": "mongod --config ../mongod.conf",
"test": "dotenv jest -- --runInBand",
"test:frontend": "dotenv jest src",
"test:backend": "dotenv jest backend -- --runInBand",
"start": "concurrently --kill-others \"npm run mongo\" \"npm run build:live\"",
"build:live": "nodemon --exec ./node_modules/.bin/ts-node -- -r dotenv/config ./backend/index.ts",
"build:backend": "tsc",
"build:frontend": "webpack --progress --config webpack.prod.js",
"build": "npm run build:backend && npm run build:frontend",
"start:prod": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TreeHacks/application-portal-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TreeHacks/application-portal-frontend/issues"
},
"homepage": "https://github.com/TreeHacks/application-portal-frontend#readme",
"devDependencies": {
"@types/jest": "^23.3.14",
"@types/mongoose": "^5.3.6",
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"@types/web-push": "^3.6.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"concurrently": "^3.6.0",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"lolex": "^3.0.0",
"mockingoose": "^2.12.0",
"mongodb-memory-server": "^5.2.6",
"morgan": "^1.9.1",
"nodemon": "^1.19.3",
"path": "^0.12.7",
"prettier": "^1.18.2",
"query-string": "^5.1.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"sass-loader": "^8.0.0",
"sinon": "^6.3.5",
"style-loader": "^0.21.0",
"supertest": "^3.1.0",
"ts-jest": "^24.0.2",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.0",
"typescript": "^3.6.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.8.1",
"webpack-merge": "^4.1.3",
"whatwg-fetch": "^2.0.4"
},
"dependencies": {
"@aws-amplify/api": "^1.1.3",
"@aws-amplify/core": "^1.1.2",
"@redux-beacon/google-analytics-gtag": "^1.0.2",
"@slack/client": "^4.8.0",
"@types/express": "^4.16.0",
"@types/mongodb": "^3.1.12",
"@types/morgan": "^1.7.35",
"@types/node": "^12.7.9",
"@types/supertest": "^2.0.5",
"aws-amplify-react": "^1.0.4",
"aws-sdk": "^2.340.0",
"axios": "^0.19.2",
"bluebird": "^3.7.0",
"body-parser": "^1.18.2",
"bootstrap": "^4.3.1",
"chrono-node": "^1.3.11",
"cognito-express": "^2.0.10",
"compression": "^1.7.3",
"connected-react-router": "^4.3.0",
"cors": "^2.8.4",
"dotenv": "^6.1.0",
"dotenv-cli": "^1.4.0",
"express": "^4.16.2",
"file-saver": "^2.0.0",
"force-ssl-heroku": "^1.0.2",
"fs-readfile-promise": "^3.0.1",
"generate-password": "^1.4.1",
"html2plaintext": "^2.1.0",
"identity-obj-proxy": "^3.0.0",
"javascript-unwind": "^1.3.3",
"jest-svg-transformer": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.1.5",
"lodash": "^4.17.19",
"lodash-es": "^4.17.11",
"moment-timezone": "^0.5.23",
"mongoose": "^5.4.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"papaparse": "^4.6.2",
"path": "^0.12.7",
"query-string": "^5.1.1",
"react-beforeunload": "^1.0.4",
"react-bootstrap-typeahead": "^3.2.4",
"react-helmet": "^5.2.0",
"react-jsonschema-form": "^1.8.0",
"react-jsonschema-form-extras": "^0.9.28",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^5.0.7",
"react-responsive-modal": "^3.5.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-tabs": "^1.2.0",
"react-table": "^6.8.6",
"recharts": "^1.4.1",
"redux": "^4.0.0",
"redux-beacon": "^2.0.3",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"request": "^2.83.0",
"sass": "^1.23.1",
"swagger-ui-express": "^3.0.10",
"web-push": "^3.2.3",
"webpack-hot-middleware": "^2.25.0",
"yamljs": "^0.3.0"
}
}