joyent-portal/ui/docs/package.json

31 lines
879 B
JSON
Raw Normal View History

2016-12-06 13:50:24 +02:00
{
"name": "joyent-portal-ui-docs",
"description": "Joyent UI Framework Documentation",
"version": "1.0.0",
"license": "private",
"private": true,
"scripts": {
"start": "webpack-dev-server --config webpack/index.js",
"build": "NODE_ENV=production webpack --config webpack/index.js",
"clean-static": "git check-ignore static/** | xargs rm"
},
"dependencies": {
"dangerously-set-inner-html": "2.0.0",
"react": "^15.4.1",
"react-a11y": "^0.3.3",
"react-dom": "^15.4.1",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^4.0.0-alpha.4",
2016-12-09 13:00:45 +02:00
"styled-components": "^1.1.3",
2016-12-06 13:50:24 +02:00
"title-case": "^2.1.0"
},
"devDependencies": {
2016-12-09 13:00:45 +02:00
"babel-loader": "^6.2.9",
2016-12-06 13:50:24 +02:00
"babel-preset-es2015": "^6.18.0",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"webpack": "^2.1.0-beta.27",
"webpack-dev-server": "^1.16.2"
}
}