-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.38 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-toolbox-example",
"description": "A set of complementary tools to ReactJS.",
"version": "0.11.4",
"author": {
"name": "React Toolbox Team",
"url": "http://github.com/react-toolbox"
},
"contributors": [
{
"name": "Javi Jimenez Villar",
"email": "javi.jimenez.villar@gmail.com",
"url": "http://soyjavi.com/"
},
{
"name": "Javi Velasco Arjona",
"email": "javier.velasco86@gmail.com",
"url": "http://javivelasco.com/"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-toolbox/react-toolbox-example.git"
},
"bugs": {
"url": "https://github.com/react-toolbox/react-toolbox/issues",
"email": "issues@react-toolbox.com"
},
"keywords": [
"components",
"material design",
"react",
"react-component",
"toolbox"
],
"devDependencies": {
"autoprefixer": "~6.4.0",
"babel-core": "~6.13.2",
"babel-eslint": "~6.0.4",
"babel-loader": "~6.0.1",
"babel-plugin-react-transform": "~2.0.2",
"babel-preset-es2015": "~6.1.4",
"babel-preset-react": "~6.1.4",
"babel-preset-stage-0": "~6.5.0",
"classnames": "~2.2.1",
"cross-env": "~2.0.0",
"css-loader": "~0.23.1",
"eslint": "~3.3.1",
"eslint-plugin-babel": "~3.2.0",
"eslint-plugin-react": "~6.1.2",
"express": "~4.13.3",
"extract-text-webpack-plugin": "~1.0.1",
"internal-ip": "~1.2.0",
"node-sass": "~3.8.0",
"normalize.css": "~4.2.0",
"postcss-loader": "~0.10.1",
"react": "~15.3.0",
"react-addons-css-transition-group": "~15.3.0",
"react-addons-update": "~15.3.0",
"react-dom": "~15.3.0",
"react-toolbox": "~1.1.2",
"react-transform-catch-errors": "~1.0.0",
"react-transform-hmr": "~1.0.1",
"redbox-react": "~1.3.0",
"sass-lint": "~1.7.0",
"sass-loader": "~4.0.0",
"style-loader": "~0.13.1",
"webpack": "~1.13.2",
"webpack-dev-middleware": "~1.6.1",
"webpack-hot-middleware": "~2.12.2"
},
"scripts": {
"build": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config webpack.config",
"deploy": "gh-pages -d build",
"start": "node server"
},
"license": "MIT",
"homepage": "https://github.com/react-toolbox/react-toolbox-example#readme",
"dependencies": {
"material-design-icons": "^3.0.1",
"react-responsive": "^1.2.5",
"webpack-dev-server": "^1.16.2"
}
}