forked from R-N-D-M/CityDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.66 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
{
"name": "bar-compass",
"version": "1.0.0",
"description": "Find me the beer",
"main": "main.jsx",
"scripts": {
"start": "node server.js",
"es6": "dev --progress && nodemon server.js",
"test": "node_modules/mocha/bin/mocha -w test/helpers/browser.js test/*.spec.js",
"lint": "node_modules/eslint/bin/eslint.js .",
"build": "node_modules/webpack/bin/webpack.js --progress",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/R-N-D-M/BarCompass.git"
},
"author": "",
"contributors": [
"Maksym Matłosz <[email protected]>",
"Ramin Yavari <[email protected]>",
"Sigmund Tang <[email protected]>",
"Dylan Hughes <[email protected]> (http://www.dylanbhughes.io)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/R-N-D-M/BarCompass/issues"
},
"homepage": "https://github.com/R-N-D-M/BarCompass#readme",
"dependencies": {
"autoprefixer": "^6.3.6",
"ava": "^0.12.0",
"axios": "^0.10.0",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.2",
"babel-preset-airbnb": "^1.1.1",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"bell-on-bundler-error-plugin": "^1.0.8",
"body-parser": "^1.15.0",
"bootstrap": "^4.0.0-alpha.2",
"bootstrap-loader": "^1.0.10",
"chai": "^3.5.0",
"classnames": "^2.2.4",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"enzyme": "^2.0.0",
"eslint": "2.2.0",
"eslint-loader": "1.3.0",
"eslint-plugin-babel": "3.1.0",
"eslint-plugin-react": "4.2.3",
"express": "4.13.4",
"file-loader": "^0.8.5",
"firebase": "^2.4.2",
"geomagnetism": "0.0.2",
"html-webpack-plugin": "2.15.0",
"imports-loader": "^0.6.5",
"jquery": "^2.2.3",
"jsdom": "^8.1.0",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"node-sass": "^3.6.0",
"particles.js": "^2.0.0",
"postcss-loader": "^0.8.2",
"react": "0.14.8",
"react-addons-test-utils": "^0.14.7",
"react-dom": "0.14.8",
"react-grid-layout": "0.12.2",
"react-router": "^2.3.0",
"request": "^2.72.0",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.2.0",
"sass-resources-loader": "^1.0.2",
"sinon": "^1.17.3",
"style-loader": "^0.13.1",
"tether": "^1.2.0",
"underscore": "1.8.3",
"url-loader": "^0.5.7",
"webpack": "1.12.14",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0"
}
}