-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "react-example",
"version": "1.0.0",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --config webpack.dev.config.js --port 8081 --content-base build"
},
"author": "Sze Ka Wai Raymond",
"repository": {
"type": "git",
"url": "https://github.com/raymondsze/react-example.git"
},
"licence": "MIT",
"dependencies": {
"alt": "^0.18.1",
"alt-container": "^1.0.0",
"babel-polyfill": "^6.3.14",
"classnames": "^2.2.0",
"jquery": "^2.1.4",
"lodash": "^4.0.0",
"mobservable": "^1.2.2",
"mobservable-react": "^2.1.1",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-redux": "^4.0.6",
"redux": "^3.0.5"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"eslint": "^1.7.1",
"eslint-loader": "^1.1.0",
"eslint-plugin-react": "^3.6.2",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}