forked from terrestris/shogun-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.58 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
134
135
136
137
138
139
140
{
"name": "@terrestris/shogun-admin",
"private": true,
"version": "12.3.0",
"description": "The admin UI for the SHOGun Web-mapping backend.",
"main": "index.js",
"scripts": {
"build": "npm run test && npm run build:dist",
"build:dist": "npm run clean:dist && webpack --config webpack.prod.js",
"clean:dist": "rimraf ./dist/*",
"lint": "eslint -c .eslintrc.js --ext .js,.ts,.tsx src/",
"lint:fix": "eslint -c .eslintrc.js --ext .js,.ts,.tsx --fix src/",
"husky": "husky install",
"prepare": "npm run husky",
"semantic-release": "npm run clean; npm run build; npx semantic-release",
"start": "webpack serve --config webpack.dev.js",
"test": "jest --coverage",
"test:watch": "jest --watch",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terrestris/shogun-admin.git"
},
"author": "terrestris GmbH & Co. KG <[email protected]>",
"keywords": [
"SHOGun",
"WebMapping"
],
"license": "Apache-2.0 ",
"bugs": {
"url": "https://github.com/terrestris/shogun-admin/issues"
},
"homepage": "https://github.com/terrestris/shogun-admin#readme",
"dependencies": {
"@ant-design/icons": "4.7.0",
"@casualbot/jest-sonar-reporter": "2.3.1",
"@monaco-editor/react": "4.6.0",
"@terrestris/base-util": "1.1.0",
"@terrestris/ol-util": "14.0.0",
"@terrestris/shogun-util": "7.3.0",
"@uiw/react-md-editor": "4.0.1",
"antd": "4.24.14",
"i18next": "23.7.7",
"i18next-browser-languagedetector": "7.2.0",
"js-logger": "1.6.1",
"js-md5": "0.8.3",
"json-schema": "0.4.0",
"keycloak-js": "23.0.1",
"lodash": "4.17.21",
"moment": "2.29.4",
"monaco-editor": "0.44.0",
"ol": "8.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "4.4.1",
"react-i18next": "13.5.0",
"react-router-dom": "6.20.1",
"recoil": "0.7.7",
"shapefile.js": "1.1.3"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.5",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@playwright/test": "1.40.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.4",
"@semantic-release/npm": "11.0.1",
"@semantic-release/release-notes-generator": "12.1.0",
"@terrestris/eslint-config-typescript": "4.0.0",
"@terrestris/eslint-config-typescript-react": "2.0.0",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.10",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/react-redux": "7.1.31",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/eslint-plugin-tslint": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"babel-loader": "9.1.3",
"babel-plugin-import": "1.13.8",
"buffer": "6.0.3",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv": "16.3.1",
"eslint": "8.55.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.3",
"husky": "8.0.3",
"isomorphic-fetch": "3.0.0",
"jest": "29.7.0",
"jest-dom": "4.0.0",
"jest-environment-jsdom": "29.7.0",
"less": "4.2.0",
"less-loader": "11.1.3",
"mini-css-extract-plugin": "2.7.6",
"openapi-types": "12.1.3",
"regenerator-runtime": "0.14.0",
"rimraf": "5.0.5",
"semantic-release": "22.0.8",
"source-map-loader": "4.0.1",
"style-loader": "3.3.3",
"typescript": "5.3.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0",
"whatwg-fetch": "3.6.19"
},
"@casualbot/jest-sonar-reporter": {
"suiteName": "jest tests",
"outputDirectory": "coverage",
"outputName": "jest-report.xml",
"uniqueOutputName": "false",
"classNameTemplate": "{classname}-{title}",
"titleTemplate": "{classname}-{title}",
"ancestorSeparator": " › ",
"usePathForSuiteName": "true",
"relativePaths": "true"
},
"engines": {
"node": ">=18",
"npm": ">=9"
}
}