-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.57 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
{
"name": "react_egghead_tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --inline",
"build": "NODE_ENV=production webpack --config webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chulander/react_egghead_tutorial.git"
},
"author": "bryan chu <bryan.p.chu@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/chulander/react_egghead_tutorial/issues"
},
"homepage": "https://github.com/chulander/react_egghead_tutorial#readme",
"dependencies": {
"numeral": "^1.5.3",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"throttle-debounce": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"clean-webpack-plugin": "^0.1.10",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-minifier": "^3.0.2",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"normalize.css": "^4.2.0",
"postcss-easy-import": "^1.0.1",
"postcss-loader": "^0.11.0",
"precss": "^1.4.0",
"re-bulma": "^0.2.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
}
}