55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"name": "aoe_technology_radar",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npm run clean && npm run build:pages && npm run build:jsprod && npm run build:css && npm run build:assets",
|
|
"build:all": "npm run build",
|
|
"build:pages": "cross-env RENDER_MODE=server babel-node ./tasks/build.js",
|
|
"build:js": "cross-env RENDER_MODE=client webpack --config webpack.config.js",
|
|
"build:jsprod": "cross-env RENDER_MODE=client webpack -p --config webpack.config.js",
|
|
"build:css": "postcss -c postcss.config.json -o dist/techradar/assets/css/styles.css styles/main.css",
|
|
"build:assets": "babel-node ./tasks/assets.js",
|
|
"watch": "babel-node ./tasks/watch.js",
|
|
"clean": "babel-node ./tasks/clean.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "2.1.4",
|
|
"autoprefixer": "6.7.1",
|
|
"babel-cli": "6.22.2",
|
|
"babel-loader": "6.2.10",
|
|
"babel-polyfill": "6.23.0",
|
|
"babel-preset-latest": "6.22.0",
|
|
"babel-preset-react": "6.23.0",
|
|
"babel-preset-stage-0": "6.22.0",
|
|
"classnames": "2.2.5",
|
|
"cross-env": "^4.0.0",
|
|
"css-mqpacker": "^5.0.1",
|
|
"front-matter": "2.1.2",
|
|
"fs-extra": "2.0.0",
|
|
"history": "4.5.1",
|
|
"live-server": "1.2.0",
|
|
"marked": "0.3.6",
|
|
"moment": "2.17.1",
|
|
"postcss-cli": "2.6.0",
|
|
"postcss-css-variables": "0.6.0",
|
|
"postcss-custom-media": "^5.0.1",
|
|
"postcss-easy-import": "2.0.0",
|
|
"postcss-nested": "1.0.0",
|
|
"react": "15.4.2",
|
|
"react-dom": "15.4.2",
|
|
"react-redux": "5.0.2",
|
|
"redux": "3.6.0",
|
|
"walk": "2.3.9",
|
|
"webpack": "2.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AOEpeople/aoe_technology_radar.git"
|
|
}
|
|
}
|