-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.04 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
{
"name": "react-hgv-planner",
"version": "0.0.0",
"description": "HGVs Planner in UK using React + Redux + Google Maps",
"main": "webpack.config.js",
"dependencies": {
"react": "^0.14.6",
"react-addons-test-utils": "^0.14.6",
"react-dom": "^0.14.6"
},
"scripts": {
"start": "npm install && typings install && npm run serve",
"serve": "webpack-dev-server --content-base src --inline --hot --watch-poll",
"build": "webpack",
"test": "npm install && karma start"
},
"author": "Giuliano Kranevitter <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"cheerio": "^0.22.0",
"css-loader": "^0.26.1",
"enzyme": "^2.7.1",
"enzyme-redux": "^0.1.6",
"extract-text-webpack-plugin": "^1.0.1",
"google-maps": "^3.2.1",
"istanbul-instrumenter-loader": "^1.2.0",
"jasmine": "^2.5.3",
"json-loader": "^0.5.4",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"node-sass": "^4.5.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^3.2.0",
"redux-test-utils": "^0.1.2",
"redux-thunk": "^2.1.0",
"requirejs": "^2.3.2",
"sass-loader": "^4.1.1",
"sinon": "^1.17.7",
"style-loader": "^0.13.1",
"typings": "^2.1.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.1"
}
}