-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "bifocals",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"@kubernetes/client-node": "^0.11.0",
"jsonpath": "^1.0.2",
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"request": "^2.88.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.2",
"unfetch": "^4.1.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.0",
"@types/node": "^12.12.21",
"@types/react": "^17.0.0",
"@types/request": "^2.48.5",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"prettier": "2.2.1",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.15.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crdsdev/bifocals.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/crdsdev/bifocals/issues"
},
"homepage": "https://github.com/crdsdev/bifocals#readme"
}