-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
77 lines (77 loc) · 2.72 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
{
"name": "@unicorn.io/components",
"version": "1.0.1",
"main": "index.ts",
"scripts": {
"build": "gulp build",
"deploy": "gulp deploy",
"start": "gulp demo & start-storybook -p 6006 -c demo",
"build-demo": "gulp prepare-demo && build-storybook -c demo -o docs",
"clean": "gulp clean",
"reinstall": "npm uninstall && npm install",
"prepublish": "echo 'Use `npm run deploy` instead.';",
"postinstall": "ng --version",
"test": "ng test --browsers PhantomJS --watch false",
"test-chrome": "ng test --browsers Chrome -sm false",
"lint": "tslint \"src/**/*.ts\""
},
"devDependencies": {
"@angular/cli": "1.4.x - 1.5.x",
"@angular/common": "4.x - 5.x",
"@angular/compiler": "^5.1.3",
"@angular/compiler-cli": "^5.1.3",
"@angular/core": "4.x - 5.x",
"@angular/forms": "4.x - 5.x",
"@angular/http": "4.x - 5.x",
"@angular/platform-browser": "4.x - 5.x",
"@angular/platform-browser-dynamic": "4.x - 5.x",
"@angular/router": "4.x - 5.x",
"@storybook/addon-actions": "3.4.0-alpha.8",
"@storybook/addon-knobs": "3.4.0-alpha.8",
"@storybook/addon-links": "3.4.0-alpha.8",
"@storybook/addon-notes": "3.4.0-alpha.8",
"@storybook/addons": "3.4.0-alpha.8",
"@storybook/angular": "3.4.0-alpha.8",
"@types/core-js": "0.9.43",
"@types/jasmine": "2.5.53",
"@types/jasminewd2": "2.0.2",
"@types/karma": "1.7.1",
"@types/node": "8.5.2",
"autoprefixer": "6.7.2",
"babel-core": "6.26.0",
"chart.js": "2.4.0",
"codelyzer": "3.x",
"core-js": "2.4.x",
"flickity": "2.0.x",
"gulp": "^3.9.1",
"gulp-bump": "^3.0.0",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.0",
"hammerjs": "2.0.8",
"jasmine": "2.x",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-typescript": "3.0.8",
"karma-webpack": "2.0.5",
"moment": "2.18.1",
"rimraf": "^2.6.2",
"rollup": "^0.53.3",
"rxjs": "5.x",
"ts-node": "3.x",
"tslint": "5.x",
"typescript": "2.7.1",
"uglify-js": "^3.3.4",
"zone.js": "0.8.x",
"node-sass": "^4.7.2"
}
}