forked from DemocracyLab/CivicTechExchange
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 KB
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
{
"name": "CivicTechExchange",
"version": "0.1.0",
"description": "A place for civic tech projects to connect with contributors",
"main": "index.js",
"repository": "https://github.com/DemocracyLab/CivicTechExchange.git",
"author": "Marlon Keating <marlonakeating@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js && python manage.py collectstatic --noinput",
"flow": "flow",
"postinstall": "webpack --config webpack.config.js && python manage.py collectstatic --noinput"
},
"dependencies": {
"django-react-csrftoken": "^1.0.3",
"flow-bin": "^0.59.0",
"flux": "^3.1.3",
"immutable": "^3.8.2",
"lodash": "^4.17.4",
"path": "^0.12.7",
"react": "^16.0.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.0.0",
"react-select": "^1.2.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"devDependencies": {
"aws-sdk": "^2.149.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"net": "^1.0.2",
"sync-exec": "~0.6.2",
"webpack": "^3.8.1"
}
}