-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.19 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
96
97
{
"name": "hops",
"version": "0.19.1",
"description": "next generation toolbox for ux craftspeople",
"keywords": [
"react",
"redux",
"react-router",
"webpack",
"babel",
"static"
],
"main": "lib/node.js",
"browser": "lib/browser.js",
"scripts": {
"install": "node bin/setup.js && node bin/precompile.js",
"start": "cd app; rm -rf .tmp node_modules/hops; npm install; npm start",
"poststart": "[ \"$NODE_ENV\" = \"production\" ] && http-server app/dist",
"test": "istanbul test -x \"spec/**/*.js\" --root . --dir .tmp/coverage _mocha \"spec/**/*.js\"",
"pretest": "npm run cleanup; mkdir -p .tmp/test; cd .tmp/test; npm init -y; npm install file:../../",
"cleanup": "rm -rf .tmp/coverage .tmp/test/{.eslintrc.js,.stylelintrc.js,webpack.config.js,src,dist,.tmp,node_modules/hops}",
"postversion": "git push && git push --tags"
},
"contributors": [
"dmbch <[email protected]> (https://www.xing.com/profile/Daniel_Dembach)",
"TobiasKrogh <[email protected]> (https://www.xing.com/profile/Tobias_Krogh)",
"matthias-reis <[email protected]> (https://www.xing.com/profile/Matthias_Reis3)",
"rcsole <[email protected]> (https://www.xing.com/profile/Ricard_soleCasas)",
"rudeworks <[email protected]> (https://www.xing.com/profile/Rude_Ayelo)",
"pixelass <[email protected]> (https://www.xing.com/profile/Gregor_Adams2)",
"drixsonic <[email protected]> (https://www.xing.com/profile/Cedric_Trigoso)"
],
"license": "MIT",
"homepage": "https://github.com/xing/hops",
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"bugs": {
"url": "https://github.com/xing/hops/issues"
},
"engines": {
"node": ">5.0.0"
},
"dependencies": {
"app-root-path": "1.2.1",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-plugin-__coverage__": "11.0.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-webpack": "6.4.1",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.9.2",
"css-loader": "0.23.1",
"ejs": "2.4.2",
"enzyme": "2.4.1",
"eslint": "3.1.1",
"eslint-plugin-react": "5.2.2",
"extract-text-webpack-plugin": "2.0.0-beta.2",
"fake-style-loader": "1.0.1",
"file-loader": "0.9.0",
"istanbul": "0.4.4",
"json-loader": "0.5.4",
"memory-fs": "0.3.0",
"mocha": "2.5.3",
"mocha-webpack": "0.5.0",
"postcss": "5.1.0",
"postcss-cssnext": "2.7.0",
"postcss-loader": "0.9.1",
"react": "15.2.1",
"react-addons-test-utils": "15.2.1",
"react-dom": "15.2.1",
"react-redux": "4.4.5",
"react-router": "2.6.0",
"react-router-redux": "4.0.5",
"redux": "3.5.2",
"redux-thunk": "2.1.0",
"shelljs": "0.7.0",
"source-map-support": "0.4.2",
"style-loader": "0.13.1",
"stylelint": "7.0.3",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.19",
"webpack-dev-server": "2.1.0-beta.0",
"webpack-merge": "0.14.0",
"webpack-node-externals": "1.2.0"
},
"devDependencies": {
"hopsdoc": "0.1.7",
"http-server": "0.9.0",
"jsdoc": "3.4.0",
"jsdom": "9.4.1",
"tree-kill": "1.1.0"
}
}