This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.74 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
{
"name": "global-hack-6",
"version": "1.0.0",
"private": true,
"description": "Ocelot Consulting Project for Global Hack VI",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development supervisor -w server.js,page.js,services node server",
"build-less": "lessc --clean-css src/styles.less public/styles.css",
"build": "npm run build-less && NODE_ENV=production webpack",
"start": "NODE_ENV=production node server",
"test": "mocha",
"test:dev": "mocha -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ocelotconsulting/global-hack-6.git"
},
"keywords": [
"globalhack",
"node",
"react"
],
"author": "Ocelot Consulting",
"license": "MIT",
"bugs": {
"url": "https://github.com/ocelotconsulting/global-hack-6/issues"
},
"homepage": "https://github.com/ocelotconsulting/global-hack-6#readme",
"dependencies": {
"@google/maps": "^0.3.0",
"auth0-lock": "^10.4.1",
"aws-sdk": "^2.6.11",
"body-parser": "^1.15.2",
"express": "~4.14.0",
"font-awesome": "~4.6.3",
"memory-cache": "^0.1.6",
"moment": "~2.15.1",
"react-bootstrap": "^0.30.5",
"react-router-bootstrap": "^0.23.1",
"superagent": "~2.3.0",
"superagent-promise": "~1.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"@google/maps": "^0.3.0",
"babel-core": "~6.17.0",
"babel-eslint": "~7.0.0",
"babel-loader": "~6.2.5",
"babel-plugin-transform-class-properties": "~6.16.0",
"babel-plugin-transform-runtime": "~6.15.0",
"babel-polyfill": "~6.16.0",
"babel-preset-es2015": "~6.16.0",
"babel-preset-react": "~6.16.0",
"babel-preset-stage-0": "~6.16.0",
"babel-runtime": "~6.11.6",
"bootstrap": "~3.3.7",
"chai": "~3.5.0",
"chai-as-promised": "~6.0.0",
"chartist": "~0.10.1",
"classnames": "~2.2.5",
"enzyme": "~2.5.0",
"eslint": "~3.8.1",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-standard": "^2.0.1",
"less": "~2.7.1",
"less-middleware": "~2.2.0",
"less-plugin-clean-css": "~1.5.1",
"md5": "^2.2.1",
"mocha": "~3.1.2",
"moment": "^2.15.1",
"random-date": "^0.1.1",
"react": "~15.3.2",
"react-addons-test-utils": "~15.3.2",
"react-bootstrap": "~0.30.5",
"react-chartist": "~0.10.2",
"react-dom": "~15.3.2",
"react-router": "~2.8.1",
"react-select": "~1.0.0-rc.2",
"sinon": "~1.17.6",
"sinon-as-promised": "~4.0.2",
"sinon-chai": "~2.8.0",
"supervisor": "~0.11.0",
"uuid": "~2.0.3",
"webpack": "~1.13.2",
"webpack-dev-middleware": "~1.8.4"
},
"engines": {
"node": ">=6.7.0",
"npm": ">=3.0.0"
}
}