-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.48 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
{
"name": "asab_webui_shell",
"version": "25.1.6",
"license": "BSD-3-Clause",
"description": "TeskaLabs ASAB WebUI Shell Application",
"contributors": [
{
"name": "TeskaLabs",
"email": "info@teskalabs.com",
"url": "https://teskalabs.com"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:TeskaLabs/asab-webui-shell-lib.git"
},
"bugs": {
"url": "https://github.com/TeskaLabs/asab-webui-shell-lib/issues"
},
"homepage": "https://github.com/TeskaLabs/asab-webui-shell-lib",
"main": "dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"clean": "rimraf dist",
"build": "babel src --extensions '.js,.jsx' --out-dir dist && copyfiles -u 1 'src/**/*.{scss,jsx}' dist"
},
"dependencies": {
"i18next-browser-languagedetector": "^6.1.2"
},
"devDependencies": {
"@babel/cli": "^7.22.11",
"@babel/core": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"babel-plugin-module-resolver": "^5.0.2",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0"
},
"peerDependencies": {
"asab_webui_components": "^25.1.1",
"@babel/runtime": "^7.22.11",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"axios": "^0.21.1",
"i18next": "^20.3.5",
"react-i18next": "^11.8.12",
"react-redux": "^7.2.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"reactstrap": "^9.2.0",
"redux": "^4.0.5"
}
}