2018-08-10 19:25:29 +03:00
|
|
|
{
|
2018-09-03 23:05:50 +03:00
|
|
|
"name": "codex.docs",
|
2018-08-10 19:25:29 +03:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-08-17 13:58:44 +03:00
|
|
|
"start": "nodemon ./bin/www",
|
|
|
|
"test": "mocha --recursive ./test",
|
2018-09-07 19:24:09 +03:00
|
|
|
"lint": "eslint --fix --cache ./src/**/*.js",
|
2018-09-19 01:47:32 +03:00
|
|
|
"build": "webpack ./src/frontend/js/app.js --o='./public/dist/[name].bundle.js' --output-library=Docs --output-public-path=/dist/ -p --watch",
|
2018-08-17 13:58:44 +03:00
|
|
|
"precommit": "yarn lint && yarn test --exit"
|
2018-08-10 19:25:29 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-17 13:58:44 +03:00
|
|
|
"body-parser": "latest",
|
2018-09-19 01:47:32 +03:00
|
|
|
"codex.editor": "^2.0.11",
|
2018-08-10 19:25:29 +03:00
|
|
|
"cookie-parser": "~1.4.3",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"express": "~4.16.0",
|
|
|
|
"http-errors": "~1.6.2",
|
2018-09-19 01:47:32 +03:00
|
|
|
"module-dispatcher": "^1.0.2",
|
2018-08-10 19:25:29 +03:00
|
|
|
"morgan": "~1.9.0",
|
2018-08-17 13:58:44 +03:00
|
|
|
"multer": "^1.3.1",
|
|
|
|
"nedb": "^1.8.0",
|
|
|
|
"nodemon": "^1.18.3",
|
2018-09-18 13:10:44 +03:00
|
|
|
"normalize.css": "^8.0.0",
|
2018-08-17 13:58:44 +03:00
|
|
|
"twig": "~0.10.3",
|
|
|
|
"uuid4": "^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-07 19:24:09 +03:00
|
|
|
"@babel/core": "^7.0.0",
|
2018-09-19 01:47:32 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
|
|
"@babel/preset-env": "^7.1.0",
|
2018-09-07 19:24:09 +03:00
|
|
|
"autoprefixer": "^9.1.3",
|
|
|
|
"babel": "^6.23.0",
|
|
|
|
"babel-loader": "^8.0.2",
|
2018-09-19 01:47:32 +03:00
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
2018-08-17 13:58:44 +03:00
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-http": "^4.0.0",
|
2018-09-07 19:24:09 +03:00
|
|
|
"css-loader": "^1.0.0",
|
|
|
|
"cssnano": "^4.1.0",
|
2018-08-17 13:58:44 +03:00
|
|
|
"eslint": "^5.3.0",
|
|
|
|
"eslint-config-codex": "github:codex-team/eslint-config",
|
|
|
|
"eslint-plugin-chai-friendly": "^0.4.1",
|
2018-09-07 19:24:09 +03:00
|
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
2018-08-17 13:58:44 +03:00
|
|
|
"husky": "^0.14.3",
|
|
|
|
"mocha": "^5.2.0",
|
2018-09-07 19:24:09 +03:00
|
|
|
"nyc": "^12.0.2",
|
|
|
|
"postcss": "^7.0.2",
|
|
|
|
"postcss-apply": "^0.11.0",
|
|
|
|
"postcss-color-hex-alpha": "^3.0.0",
|
|
|
|
"postcss-color-mod-function": "^2.4.3",
|
|
|
|
"postcss-custom-media": "^6.0.0",
|
|
|
|
"postcss-custom-properties": "^7.0.0",
|
|
|
|
"postcss-custom-selectors": "^4.0.1",
|
|
|
|
"postcss-font-family-system-ui": "^4.1.0",
|
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"postcss-media-minmax": "^3.0.0",
|
|
|
|
"postcss-nested": "^3.0.0",
|
|
|
|
"postcss-nested-ancestors": "^2.0.0",
|
|
|
|
"postcss-nesting": "^6.0.0",
|
|
|
|
"postcss-smart-import": "^0.7.6",
|
|
|
|
"webpack": "^4.17.1",
|
|
|
|
"webpack-cli": "^3.1.0"
|
2018-08-10 19:25:29 +03:00
|
|
|
}
|
|
|
|
}
|