forked from react-bratus/react-bratus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.13 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "react-bratus",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn run remove-builds && lerna run build && yarn run move-app-build ",
"move-app-build": "mv ./packages/bratus-app/build ./packages/bratus-cli/bin/bratus-app",
"remove-builds": "rm -rf ./packages/bratus-cli/bin && rm -rf ./packages/bratus-app/build",
"link-cli": "cd packages/bratus-cli && npm link"
},
"repository": {
"type": "git",
"url": "https://github.com/stephanboersma/react-bratus.git"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
"version": "1.1.5"
}