-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "@siemens/ix-aggrid",
"homepage": "https://ix.siemens.io",
"bugs": "https://github.com/siemens/ix/issues",
"repository": {
"type": "git",
"url": "https://github.com/siemens/ix",
"directory": "packages/aggrid"
},
"description": "AG Grid theme based on ix theme variables",
"version": "2.2.1",
"files": [
"LICENSE",
"README.md",
"dist/"
],
"scripts": {
"build": "gulp",
"visual-regression": "playwright test",
"host-root": "http-server -a 127.0.0.1"
},
"devDependencies": {
"@playwright/test": "^1.32.1",
"@siemens/ix": "workspace:*",
"@siemens/ix-icons": "^2.0.0",
"@types/gulp": "^4.0.14",
"@types/gulp-postcss": "^8.0.4",
"@types/gulp-sass": "^5.0.2",
"ag-grid-community": "^32.1.0",
"autoprefixer": "10.4.5",
"cssnano": "^6.0.1",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"http-server": "^14.1.1",
"rimraf": "^5.0.5",
"sass": "^1.68.0",
"ts-node": "^10.9.1"
},
"dependencies": {
"@siemens/ix": "~2.6.0"
},
"peerDependencies": {
"ag-grid-community": ">=28"
}
}