forked from Midburn/Volunteers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.37 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
{
"name": "volunteers",
"version": "1.0.0",
"description": "volunteers module for Midburn's Spark",
"main": "server/server.js",
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"co": "^4.6.0",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
"csv-express": "^1.2.2",
"dotenv": "^4.0.0",
"express": "^4.16.4",
"http": "0.0.0",
"immutability-helper": "^2.6.4",
"js-cache": "^1.0.3",
"jsonwebtoken": "^7.4.0",
"lodash": "^4.17.11",
"mobx": "^3.6.2",
"mobx-react": "^4.4.3",
"moment": "^2.20.1",
"moment-duration-format": "^1.3.0",
"mongoose": "^4.13.10",
"multer": "^1.4.1",
"node-cache": "^4.2.0",
"node-schedule": "^1.3.0",
"prop-types": "^15.6.2",
"react": "^15.4.2",
"react-big-calendar": "^0.13.0",
"react-bootstrap": "^0.30.8",
"react-bootstrap-date-picker": "^5.0.1",
"react-checkbox": "^0.1.3",
"react-csv": "^1.0.19",
"react-dom": "^15.4.2",
"react-input-autosize": "^1.1.3",
"react-linkify": "^0.2.2",
"react-numeric-input": "^2.2.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^1.2.1",
"url-loader": "^0.5.8",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.13.0",
"babili-webpack-plugin": "0.0.11",
"cross-env": "^5.2.0",
"css-loader": "^0.23.1",
"mocha": "^5.2.0",
"node-sass": "^4.11.0",
"react-bootstrap-typeahead": "^1.3.0",
"react-hot-loader": "^3.0.0-beta.6",
"sass-loader": "^6.0.7",
"style-loader": "^0.13.1",
"webpack": "^2.3.2",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-server": "^2.11.1"
},
"scripts": {
"start": "node server/server.js",
"build": "webpack --config webpack.prod.config.js",
"test": "mocha",
"local": "cross-env LOCAL_SPARK=true node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Midburn/volunteers.git"
},
"author": "Midburn.org",
"license": "ISC",
"bugs": {
"url": "https://github.com/Midburn/volunteers/issues"
},
"homepage": "https://github.com/Midburn/volunteers#readme"
}