react-toolbox/docs/package.json

37 lines
1.0 KiB
JSON
Raw Normal View History

2015-10-23 02:50:05 +03:00
{
"name": "react-toolbox-docs",
"version": "0.0.1",
"description": "Documentation for React Toolbox",
"author": "React Toolbox Team (http://github.com/react-toolbox)",
"scripts": {
"start": "UV_THREADPOOL_SIZE=100 node ./server"
2015-10-23 02:50:05 +03:00
},
"dependencies": {
2015-10-25 16:54:41 +03:00
"codemirror": "^5.8.0",
2015-10-26 03:31:52 +03:00
"history": "^1.12.6",
2015-10-23 21:02:42 +03:00
"react": "^0.14.0",
2015-10-26 03:31:52 +03:00
"react-dom": "^0.14.0",
"react-router": "^1.0.0-rc3"
2015-10-23 02:50:05 +03:00
},
"devDependencies": {
2015-10-23 21:02:42 +03:00
"autoprefixer": "^6.0.3",
"babel": "^5.8.23",
2015-10-23 02:50:05 +03:00
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
2015-10-23 21:02:42 +03:00
"css-loader": "^0.21.0",
"extract-text-webpack-plugin": "^0.8.2",
"html-webpack-plugin": "^1.6.2",
2015-10-23 02:50:05 +03:00
"node-sass": "^3.3.3",
2015-10-23 21:02:42 +03:00
"postcss-loader": "^0.7.0",
2015-10-25 16:54:41 +03:00
"raw-loader": "^0.5.1",
2015-10-23 02:50:05 +03:00
"react-hot-loader": "^1.3.0",
2015-10-23 21:02:42 +03:00
"sass-loader": "^3.0.0",
"style-loader": "^0.13.0",
"transfer-webpack-plugin": "^0.1.4",
2015-10-23 02:50:05 +03:00
"webpack": "^1.12.0",
"webpack-dev-server": "^1.12.1"
},
"repository": "github:react-toolbox/react-toolbox"
}