-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"name": "mfiles_shellui_react_ts_base",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/M-Files/UI.Template.TypeScript-React"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependenciesComments": [
"Gulp uses (see gulpfile.js): del, fancylog, plugin-error",
"Webpack uses: css-loader, style-loader, ts-loader",
"Newer major versions of loaders (css-loader 6, style-loader 3, ts-loader 9) require webpack5",
"del cannot be updated to v7 before gulp is converted to ESM format"
],
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.1.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"css-loader": "^5.2.7",
"del": "^6.1.1",
"eslint-plugin-react": "^7.31.8",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-zip": "^5.1.0",
"jest": "^29.1.2",
"plugin-error": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^2.0.0",
"ts-jest": "^29.0.3",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"core-js": "^3.25.3",
"es6-promise": "^4.2.8",
"es6-shim": "^0.35.6",
"eslint": "^8.29.0",
"gulp-if": "^3.0.0",
"json2": "^0.4.0",
"replace-bundle-webpack-plugin": "^1.0.0"
}
}