This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.2 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
{
"name": "day-tripping",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.production.config.babel.js --production",
"lint": "eslint src",
"test": "mocha --compilers js:babel-core/register --require ignore-styles ./test/test_helper.js 'test/**/*.@(js|jsx)'",
"test:watch": "npm run test -- --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"chai-immutable": "^1.5.4",
"css-loader": "^0.24.0",
"enzyme": "^2.2.0",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"ignore-styles": "^4.0.0",
"jsdom": "^9.0.0",
"json-loader": "^0.5.4",
"mocha": "^3.0.2",
"node-sass": "^3.4.2",
"path": "^0.12.7",
"postcss-loader": "^0.10.1",
"react-addons-test-utils": "^15.3.1",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"uglify-loader": "^1.3.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"autoprefixer": "^6.3.6",
"extract-text-webpack-plugin": "^1.0.1",
"firebase": "^3.3.0",
"formsy-material-ui": "^0.5.0",
"formsy-react": "^0.18.0",
"google-map-react": "^0.19.0",
"history": "^2.1.2",
"immutable": "^3.8.1",
"material-ui": "^0.15.4",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"react-responsive": "^1.1.4",
"react-router": "^2.0.1",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-immutable": "^3.0.6",
"redux-responsive": "^3.1.0",
"redux-thunk": "^2.0.1",
"shortid": "^2.2.6",
"superagent": "^2.2.0",
"webpack": "^1.12.14",
"webpack-bundle-analyzer": "^2.2.1"
}
}