-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
53
54
55
{
"name": "lisa",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "3.7.15",
"@patternfly/react-core": "^4.276.8",
"bootstrap": "^5.3.2",
"bytes": "^3.1.2",
"classnames": "^2.3.2",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"hoek": "^6.1.3",
"i18n-react": "^0.7.0",
"lodash": "^4.17.21",
"lodash-humps": "^3.1.5",
"oidc-react": "^3.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flag-icon-css": "^1.0.24",
"react-hook-form": "^7.48.2",
"react-router-dom": "^6.19.0",
"react-use": "^17.4.0",
"sass": "^1.69.5",
"typed-graphqlify": "^3.1.6",
"url-parse": "^1.5.10"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "./node_modules/.bin/eslint -c .eslintrc.js --ext .js,.jsx src/",
"docs": "git rm -r docs/settings --quiet && npx jsonschema2md -x - -d src/settings/ -o docs/settings/",
"prepare": "husky install"
},
"devDependencies": {
"@adobe/jsonschema2md": "^7.1.5",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"path": "^0.12.7",
"vite": "^4.3.9"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}