-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "react-quickly-code-es6",
"version": "1.0.0",
"description": "Manning e-book React Quickly code examples refactored by me to pure ES6 classes using .js files instead of .jsx.",
"main": "''",
"scripts": {
"build": "webpack --progress --profile --colors",
"dev": "webpack-dev-server --progress --profile --colors --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/msmfsd/react-quickly-code-es6.git"
},
"keywords": [
"React",
"Webpack",
"Babel",
"Manning",
"ebook"
],
"author": "msmfsd",
"license": "",
"dependencies": {
"bootstrap": "3.3.5",
"json-loader": "^0.5.4",
"json5-loader": "^0.6.0",
"jsx-loader": "^0.13.2",
"node-libs-browser": "1.0.0",
"react": "0.14.7",
"react-dom": "0.14.6"
},
"devDependencies": {
"alt": "^0.18.4",
"alt-utils": "^1.0.0",
"babel-core": "6.7.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"css-loader": "0.23.1",
"es6-react-mixins": "^0.2.1",
"file-loader": "0.8.5",
"jest-cli": "^0.5.10",
"json5": "^0.5.0",
"react-addons-test-utils": "^0.14.0",
"react-hot-loader": "1.3.0",
"reflux": "^0.4.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1"
}
}