8295bd6882
this shall be a progressive process
31 lines
879 B
JSON
31 lines
879 B
JSON
{
|
|
"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",
|
|
"styled-components": "^1.1.3",
|
|
"title-case": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "^6.2.9",
|
|
"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"
|
|
}
|
|
}
|