-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.33 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "fal-plus-ui",
"version": "1.0.10",
"license": "MIT",
"homepage": "/falp",
"dependencies": {
"@apollo/client": "^3.5.10",
"@apollo/react-hooks": "^4.0.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/luxon": "^2.3.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/video.js": "^7.3.33",
"fast-deep-equal": "^3.1.3",
"graphql": "^15.8.0",
"graphql-tag": "2.12.4",
"luxon": "^3.2.1",
"node-sass": "^8.0.0",
"pretty-bytes": "^6.0.0",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-loader-spinner": "^6.0.0-0",
"react-number-format": "^4.9.3",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.1",
"recharts": "^2.1.9",
"sweetalert2": "^11.4.9",
"sweetalert2-react-content": "^4.2.0",
"typescript": "^4.6.3",
"video.js": "^7.18.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.8",
"craco-alias": "^3.0.1",
"http-proxy-middleware": "^2.0.4"
},
"resolutions": {
"nth-check": ">=2.0.1",
"ejs": ">=3.1.7",
"@types/react": "^17.0.43"
},
"scripts": {
"start": "REACT_APP_VERSION=\"$npm_package_version\" REACT_APP_COMMIT_DATETIME=\"$(git log --pretty='format:%ad' --date=iso-strict -n 1)\" craco start",
"build": "REACT_APP_VERSION=\"$npm_package_version\" REACT_APP_COMMIT_DATETIME=\"$(git log --pretty='format:%ad' --date=iso-strict -n 1)\" craco build",
"test": "craco test",
"eject": "craco eject",
"package": "./package.sh",
"gql-codegen": "graphql-codegen --config gql-codegen.yml"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}