-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.87 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
{
"name": "jared-meyering-homepage",
"version": "1.0.0",
"description": "Homepage for Jared Meyering",
"author": "Jared Meyering <[email protected]>",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"build": "webpack-dev-server --inline --hot --host 0.0.0.0",
"styleguide": "styleguidist server",
"test": "karma start --single-run",
"test-watch": "karma start --run-once",
"lint": "eslint \"./src/**/*.js*\""
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"file-loader": "^0.11.1",
"history": "^4.6.1",
"horseman-cli": "^1.0.0-alpha9",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.3.0",
"path": "^0.12.7",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "next",
"react-router-dom": "^4.1.0",
"styled-components": "^2.0.0",
"styled-normalize": "^1.0.0",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"expect-enzyme": "^0.15.0",
"karma": "^1.6.0",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.3.0",
"react-addons-test-utils": "^15.5.1",
"react-styleguidist": "^5.2.1",
"react-test-renderer": "^15.5.4",
"sinon": "^2.1.0"
}
}