This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
76 lines (76 loc) · 1.99 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
{
"name": "react-starterify",
"version": "2.0.0",
"description": "React JS application skeleton using Wepback and other awesome tools",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/zoo-react-starterify"
},
"keywords": [
"wepback",
"react",
"wepback",
"seed",
"boilerplate",
"kickstarter",
"ES6",
"ES2015",
"babel",
"mocha",
"chai"
],
"scripts": {
"start": "babel-node server.js",
"test": "",
"eslint": "eslint .",
"build": "webpack --config webpack.production.config.js -p"
},
"author": "Zooniverse",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zooniverse/zoo-react-starterify"
},
"homepage": "https://github.com/zooniverse/zoo-react-starterify",
"dependencies": {
"history": "^1.13.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-router": "1.0.0-rc3"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel": "^6.3.26",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^4.1.0",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"chai": "^3.2.0",
"clean-webpack-plugin": "^0.1.6",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^3.1.0",
"eslint-loader": "^1.1.1",
"eventsource-polyfill": "^0.9.6",
"eslint-plugin-react": "^3.15.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^1.7.0",
"image-webpack-loader": "^1.6.3",
"json-loader": "^0.5.4",
"mocha": "^2.3.0",
"nib": "^1.1.0",
"react-transform-hmr": "^1.0.1",
"rimraf": "^2.4.3",
"stats-webpack-plugin": "^0.2.2",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}