-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.53 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
{
"name": "asab_webui_components",
"version": "27.3.10",
"license": "BSD-3-Clause",
"description": "TeskaLabs ASAB WebUI Components Library",
"contributors": [
{
"name": "TeskaLabs",
"email": "info@teskalabs.com",
"url": "https://teskalabs.com"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:TeskaLabs/asab-webui-components-lib.git"
},
"bugs": {
"url": "https://github.com/TeskaLabs/asab-webui-components-lib/issues"
},
"homepage": "https://github.com/TeskaLabs/asab-webui-components-lib",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./seacat-auth": "./dist/seacat-auth/index.js"
},
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "babel src --extensions '.js,.jsx' --out-dir dist && copyfiles -u 1 'src/**/*.{scss,jsx}' dist",
"clean": "rimraf dist"
},
"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": "^6.0.1"
},
"peerDependencies": {
"@babel/runtime": "^7.22.11",
"axios": ">=1.8.4 <1.14.1",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"date-fns": "^4.1.0",
"i18next": "^25.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^16.0.0",
"@microlink/react-json-view": "^1.26.2",
"react-router": "^7.8.2",
"reactstrap": "^9.2.0"
}
}