-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.08 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.08 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
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
{
"name": "@notiz/design-showcase",
"version": "0.0.29",
"author": "notiz Team",
"license": "MIT",
"contributors": [
{
"name": "Gary Großgarten",
"email": "gary@fivethree.io"
},
{
"name": "Marc Stammerjohann",
"email": "marc@fivethree.io"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/notiz-dev/design.git"
},
"bugs": {
"url": "https://github.com/notiz-dev/design/issues"
},
"homepage": "https://github.com/notiz-dev/design#readme",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:elements": "ng build --prod --output-hashing none --project elements && npm run pack:elements",
"pack:elements": "cat ./dist/elements/{runtime,polyfills,main}-es5.js > dist/elements/elements.js && ls -lah dist/elements/elements.js",
"build:components": "ng build --project components --prod && ng build --prod --output-hashing none && cp dist/elements-showcase/styles.css dist/components",
"publish:ngx-design": "npm run build:components && npm publish dist/components --tag alpha",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s && git add CHANGELOG.md"
},
"dependencies": {
"@angular/animations": "9.1.3",
"@angular/common": "9.1.3",
"@angular/compiler": "9.1.3",
"@angular/core": "9.1.3",
"@angular/elements": "9.1.3",
"@angular/forms": "9.1.3",
"@angular/platform-browser": "9.1.3",
"@angular/platform-browser-dynamic": "9.1.3",
"@angular/router": "9.1.3",
"document-register-element": "1.14.3",
"rxjs": "6.5.5",
"tslib": "1.11.1",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "9.0.0",
"@angular-devkit/build-angular": "0.901.3",
"@angular-devkit/build-ng-packagr": "0.901.3",
"@angular/cli": "9.1.3",
"@angular/compiler-cli": "9.1.3",
"@angular/language-service": "9.1.3",
"@babel/core": "7.9.0",
"@fullhuman/postcss-purgecss": "2.1.2",
"@storybook/addon-a11y": "~5.3.18",
"@storybook/addon-actions": "~5.3.18",
"@storybook/addon-knobs": "~5.3.18",
"@storybook/addon-links": "~5.3.18",
"@storybook/addon-notes": "~5.3.18",
"@storybook/addon-storysource": "~5.3.18",
"@storybook/addons": "~5.3.18",
"@storybook/angular": "~5.3.18",
"@types/jasmine": "3.5.0",
"@types/jasminewd2": "2.0.3",
"babel-loader": "8.1.0",
"codelyzer": "5.1.2",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.3.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"ng-packagr": "9.1.1",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-scss": "2.0.0",
"prettier": "2.0.5",
"protractor": "5.4.3",
"tailwindcss": "1.4.6",
"ts-node": "8.3.0",
"tslint": "6.1.2",
"typescript": "3.8.3"
}
}