-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.68 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@viacomcbs/with-openap-inventory-manager",
"description": "OpenAP Inventory Manager Next.js template",
"version": "1.0.0",
"author": "ViacomCBS",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev -p 8080",
"dev:noauth": "NO_AUTH=true next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate:manager": "openap-migrate-manager",
"migrate": "openap-migrate -t migrations",
"compile": "tsc --project tsconfig.json --noEmit",
"compile:watch": "npm run compile -- --watch",
"license-check:prod": "license-checker --production",
"license-check:prod:summary": "license-checker --production --summary",
"license-check:prod:unknown": "license-checker --production --onlyunknown --summary"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ViacomInc/with-openap-inventory-manager.git"
},
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"@viacomcbs/broadcast-calendar": "^1.5.0",
"@viacomcbs/openap-inventory-manager-react": "^1.0.0",
"@viacomcbs/openap-inventory-manager-server": "^1.0.0",
"apollo-server-micro": "^3.1.2",
"dotenv-flow": "3.2.0",
"graphql": "^15.5.0",
"luxon": "^2.0.0",
"micro": "^9.3.4",
"next": "^11.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.3",
"slonik": "^27.0.0"
},
"devDependencies": {
"@types/luxon": "^2.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "^7.1.16",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"license-checker": "25.0.1",
"typescript": "^4.0"
}
}