-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
119 lines (119 loc) · 4.17 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
{
"name": "fusion-ui",
"version": "8.4.0",
"description": "UI library created by ironSource",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ironSource/fusion-ui.git"
},
"engines": {
"node": ">=18.13.0"
},
"scripts": {
"ng": "ng",
"prepare": "husky install",
"serve-docs": "ng serve --port 4200 fusion-docs",
"test-docs": "ng test fusion-docs",
"test-ui": "ng test fusion-ui",
"test-ui-ci": "npm run test-ui -- --watch=false --browsers=ChromeHeadless",
"build": "bash scripts/build.sh",
"build:lib:dev": "npm run build -- dev",
"build:lib:prod": "npm run build -- production",
"build:fusion-ui": "ng build fusion-ui",
"build-styles": "bash scripts/build-styles.sh",
"lint": "ng lint",
"format:check": "prettier --config ./prettier.config.js --check 'projects/**/*{.ts,.json}'",
"format:pretty": "prettier --config ./prettier.config.js --write 'projects/**/*{.ts,.json}'",
"prettier": "prettier",
"build:mfe:dev": "ng build fusion-mfe -c dev",
"build:mfe": "ng build fusion-mfe",
"release": "commit-and-tag-version",
"docs:show": "compodoc -p ./tsconfig.doc.json -s --disablePrivate --disableProtected --disableLifeCycleHooks --disableInternal",
"storybook": "ng run fusion-ui:storybook",
"build-storybook": "ng run fusion-ui:build-storybook"
},
"lint-staged": {
"**/*{.ts,.json}": "prettier --config ./prettier.config.js --write"
},
"private": true,
"schematics": "./projects/fusion-schematics/collection.json",
"dependencies": {
"@angular-devkit/architect": "^0.1702.1",
"@angular/animations": "^17.2.2",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/elements": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/router": "^17.2.2",
"chart.js": "^4.4.2",
"prismjs": "^1.22.0",
"rxjs": "^6.6.3",
"tslib": "^2.3.1",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.2.1",
"@angular-devkit/schematics-cli": "^16.2.10",
"@angular-eslint/builder": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
"@angular-eslint/schematics": "17.1.0",
"@angular-eslint/template-parser": "17.1.0",
"@angular/cli": "~17.2.1",
"@angular/compiler-cli": "^17.2.2",
"@angular/language-service": "^17.2.2",
"@angularclass/hmr": "^3.0.0",
"@babel/core": "^7.19.3",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@compodoc/compodoc": "^1.1.19",
"@ironsource/storybook-addon-stackblitz": "^1.0.5",
"@mdx-js/react": "^2.1.5",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addon-mdx-gfm": "^7.6.3",
"@storybook/angular": "^7.6.3",
"@storybook/blocks": "^7.6.3",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/testing-library": "^0.2.2",
"@types/jasmine": "4.3.0",
"@types/jasminewd2": "2.0.10",
"@types/node": "~18.11.18",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"babel-loader": "^8.2.5",
"commit-and-tag-version": "^10.1.0",
"concurrently": "^5.3.0",
"eslint": "^8.53.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^7.0.4",
"jasmine-core": "4.4.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-spec-reporter": "0.0.34",
"lint-staged": "^12.1.2",
"ng-packagr": "^17.0.2",
"ngx-build-plus": "^14.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.54.5",
"sass-loader": "^13.0.2",
"scss-bundle": "^3.1.2",
"storybook": "^7.6.3",
"ts-dedent": "^2.2.0",
"ts-node": "^7.0.1",
"typescript": "5.2.2",
"watch": "^0.13.0"
}
}