-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "tapis-ui-cra",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.8",
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^5.15.16",
"@mui/styles": "^5.15.16",
"@reduxjs/toolkit": "^1.5.1",
"@tapis/tapis-typescript": "^0.0.27",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.8",
"bootstrap": "^4.6.0",
"cross-fetch": "^3.1.4",
"formik": "^2.2.9",
"js-cookie": "^3.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"normalize-path": "^3.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.5.11",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^10.2.1",
"react-hot-loader": "^4.13.0",
"react-markdown": "^8.0.6",
"react-query": "^3.19.2",
"react-resize-detector": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-step-wizard": "^5.3.9",
"react-table": "^7.0.5",
"react-transition-group": "^4.4.1",
"reactstrap": "^8.9.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"rxjs": "^6.6.7",
"sass": "^1.37.5",
"serve": "^14.1.2",
"streamsaver": "^2.0.5",
"typescript": "^4.3.5",
"unified": "^11.0.4",
"uuid": "^7.0.2",
"vite": "^5.2.11",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^1.1.2",
"yup": "^0.32.11"
},
"homepage": "https://tapis-project.github.io/tapis-ui",
"scripts": {
"start": "vite",
"build": "npm run test && vite build",
"build-force": "vite build",
"test": "TZ=UTC jest",
"lint": "eslint --max-warnings=0 . && prettier --single-quote --check src",
"prettier": "prettier --single-quote --write src",
"gh-pages": "npm run build && gh-pages -d dist"
},
"eslintConfig": {
"extends": []
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/js-cookie": "^2.2.7",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.6.11",
"@types/normalize-path": "^3.0.2",
"@types/react": "^17.0.2",
"@types/react-css-modules": "^4.6.3",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/react-table": "^7.7.7",
"@types/redux-logger": "^3.0.8",
"@types/redux-mock-store": "^1.0.3",
"@types/rx": "^4.1.2",
"@types/streamsaver": "^2.0.1",
"@types/uuid": "^8.3.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"gh-pages": "^6.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"path": "^0.12.7",
"prettier": "^2.3.2",
"redux-mock-store": "^1.5.4",
"redux-saga-test-plan": "^4.0.3",
"ts-jest": "^29.1.2"
},
"jest": {
"globals": {
"Uint8Array": "Uint8Array"
},
"preset": "ts-jest/presets/js-with-ts",
"testEnvironment": "jest-environment-jsdom",
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
".+\\.(css|styl|less|sass|scss)$": "identity-obj-proxy",
"react-markdown": "<rootDir>/__test__/mocks/react-markdown.js"
},
"modulePaths": [
"<rootDir>/src"
]
}
}