frontend: move to repo root

This commit is contained in:
Patrik Oldsberg
2020-03-05 15:55:28 +01:00
parent 5b9845f62f
commit 56226ae84d
184 changed files with 111 additions and 2097 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "root",
"private": true,
"scripts": {
"start": "yarn build && yarn workspace @spotify-backstage/app start",
"build": "lerna run build",
"test": "cross-env CI=true lerna run test --stream --parallel -- --coverage",
"create-plugin": "yarn workspace @spotify-backstage/cli build && backstage-cli create-plugin",
"lint": "lerna run lint --stream"
},
"workspaces": {
"packages": [
"packages/*",
"packages/plugins/*"
]
},
"resolutions": {
"react-dev-utils": "10.1.0"
},
"version": "1.0.0",
"devDependencies": {
"cross-env": "^7.0.0",
"lerna": "^3.20.2",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
},
"dependencies": {
"@types/classnames": "^2.2.9",
"moment": "^2.24.0"
}
}