-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
{
"name": "react-blaze",
"version": "0.0.3",
"description": "Blaze CSS component built with React",
"scripts": {
"test": "mocha tests --timeout 15000",
"dev": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000",
"watch": "webpack -d --watch --progress --colors",
"build": "set NODE_ENV=production & webpack --progress --colors --config webpack.production.config.js"
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"blaze"
],
"repository": {
"type": "git",
"url": "https://github.com/BetterUI/Reblaze"
},
"main": "src/index.js",
"author": "rui-infotrack <[email protected]>",
"contributors": [
"Robert Chang <[email protected]> (https://github.com/cht8687)"
],
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.23.1",
"cssnano": "^3.5.2",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.2.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
"node-sass": "^3.8.0",
"postcss-loader": "^0.8.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.12.1",
"webpack-hot-middleware": "^2.7.1"
},
"dependencies": {
"blaze": "^2.8.0",
"classnames": "^2.2.5",
"lodash": "^4.11.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-router": "^2.5.2"
}
}