This repository has been archived by the owner on Jan 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
56 lines (56 loc) · 1.52 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
{
"name": "mobx-react-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for MobX + React project with JSX, ES6 compilation and hot code reloading",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/mobxjs/mobx-react-boilerplate.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"mobx",
"starter-kit"
],
"author": "Michel Weststrate <[email protected]> (http://github.com/mweststrate)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobxjs/mobx/issues"
},
"homepage": "http://mobxjs.github.com/mobx",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.1.1",
"rc-steps": "^2.1.5",
"react-hot-loader": "^3.0.0-beta.1",
"shortid": "^2.2.6",
"underscore.string": "^3.3.4",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"classnames": "^2.2.5",
"jquery": "^3.1.0",
"mobx": "^2.2.2",
"mobx-react": "^3.3.1",
"mobx-react-devtools": "^4.2.0",
"react": "^15.1.0",
"react-bootstrap": "^0.29.5",
"react-dom": "^15.1.0",
"uswds": "^0.11.0"
}
}