-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 899 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 899 Bytes
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
{
"name": "@baloise/ds-table",
"version": "18.0.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
"url": "https://github.com/baloise/design-system.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://design.baloise.dev",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.cjs",
"types": "./dist/index.cjs.d.ts",
"module": "./dist/index.js",
"styles": "./css/design-system-table.css",
"files": [
"dist/",
"css/",
"scss/"
],
"directories": {
"dist": "dist",
"css": "css",
"scss": "scss"
},
"peerDependencies": {
"ag-grid-community": ">=29.3.0"
},
"dependencies": {
"@baloise/ds-core": "18.0.1",
"@baloise/ds-styles": "18.0.1"
}
}