64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
|
{
|
||
|
"name": "@eldewrito-menu/root",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"bootstrap": "yon-lerna bootstrap --hoist",
|
||
|
"build": "yon-lerna run build",
|
||
|
"clean": "yon-lerna run clean",
|
||
|
"lerna": "yon-lerna.js",
|
||
|
"lint": "eslint .",
|
||
|
"postinstall": "yon run -s bootstrap",
|
||
|
"start": "yon-lerna run start --stream --parallel",
|
||
|
"test:coverage": "yon-lerna run test:coverage",
|
||
|
"test:watch": "yon-lerna run test:watch",
|
||
|
"test": "yon-lerna run test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "ssh://git@git.icedream.tech:2222/icedream/eldewrito-menu.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"website",
|
||
|
"vizon",
|
||
|
"rizon",
|
||
|
"draw",
|
||
|
"countdown"
|
||
|
],
|
||
|
"author": "Carl Kittelberger <icedream@icedream.pw>",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^7.1.4",
|
||
|
"babel-cli": "^6.26.0",
|
||
|
"babel-eslint": "^7.2.3",
|
||
|
"babel-plugin-dynamic-import-node": "^1.0.2",
|
||
|
"babel-plugin-dynamic-import-webpack": "^1.0.1",
|
||
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
||
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||
|
"babel-plugin-transform-react-constant-elements": "^6.23.0",
|
||
|
"babel-plugin-transform-runtime": "^6.23.0",
|
||
|
"babel-preset-env": "^1.6.0",
|
||
|
"chalk": "^2.1.0",
|
||
|
"debug": "^3.0.1",
|
||
|
"eslint": "^4.6.1",
|
||
|
"eslint-config-airbnb": "^15.1.0",
|
||
|
"eslint-plugin-babel": "^4.1.2",
|
||
|
"eslint-plugin-import": "^2.7.0",
|
||
|
"eslint-plugin-json": "^1.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
||
|
"eslint-plugin-react": "^7.3.0",
|
||
|
"execa": "^0.8.0",
|
||
|
"lerna": "^2.1.2",
|
||
|
"nodemon": "^1.12.0",
|
||
|
"rimraf": "^2.6.1",
|
||
|
"slash": "^1.0.0",
|
||
|
"yon-tools": "^0.0.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"performance-now": "^2.1.0"
|
||
|
},
|
||
|
"workspaces": [
|
||
|
"packages/*"
|
||
|
]
|
||
|
}
|