-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.02 KB
/
package.json
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
{
"name": "inventory",
"version": "0.0.3",
"main": "",
"repository": "git@github.com:erichiller/inventory-manager-server.git",
"author": "Eric D Hiller",
"license": "MIT",
"private": true,
"workspaces": [
"client",
"server"
],
"scripts": {
"clean": "Remove-Item -Force -Recurse .\\node_modules\\ ; Remove-Item -Force -Recurse .\\yarn.lock ; Remove-Item -Force -Recurse .\\client\\node_modules\\ ; Remove-Item -Force -Recurse .\\server\\node_modules\\ ; Get-ChildItem -Recurse -Include *.ops.tsx * | Remove-Item ; ",
"set-shell-to-powershell": "pwsh -Command \"yarn config set script-shell (Get-Command pwsh).Definition\""
},
"devDependencies": {
"@playlyfe/gql": "^2.6.2",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"eslint": "^7.29.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"typescript": "4.3.4"
}
}