-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.03 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
{
"name": "ng-fleet",
"version": "0.0.1",
"license": "MIT",
"angular-cli": {},
"private": "true",
"scripts": {
"ng": "ng",
"start": "ng serve",
"storybook": "start-storybook",
"lint": "ng lint",
"lint:francette": "ng lint francette",
"test": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadless",
"test:francette": "ng test francette",
"test:francette:ci": "ng test francette --watch=false --browsers=ChromeHeadless",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"changelog": "conventional-changelog --preset angular -i CHANGELOG.md -s -r 0",
"build": "yarn build:francette && ng build",
"dev:francette:js": "ng build francette --watch",
"dev:francette:css": "sass projects/francette/styles/index.scss ./artifacts/francette/francette.css --watch",
"build:francette:js": "ng build francette --prod",
"build:francette:css": "sass projects/francette/styles/index.scss --style compressed | postcss --use autoprefixer -b 'last 10 versions' --no-map > ./artifacts/francette/francette.css",
"build:francette": "yarn build:francette:js && yarn build:francette:css",
"build:storybook": "build-storybook -c ./.storybook -o storybook-build"
},
"dependencies": {
"@angular/animations": "11.0.8",
"@angular/common": "11.0.8",
"@angular/compiler": "11.0.8",
"@angular/core": "11.0.8",
"@angular/forms": "11.0.8",
"@angular/platform-browser": "11.0.8",
"@angular/platform-browser-dynamic": "11.0.8",
"@angular/router": "11.0.8",
"core-js": "2.5.6",
"rxjs": "6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/architect": "~0.901.11",
"@angular-devkit/build-angular": "~0.1100.6",
"@angular-devkit/build-optimizer": "~0.1000.5",
"@angular-devkit/build-webpack": "~0.1100.6",
"@angular/cli": "11.0.6",
"@angular/compiler-cli": "11.0.8",
"@angular/language-service": "11.0.8",
"@babel/core": "^7.10.5",
"@storybook/addon-actions": "^6.1.18",
"@storybook/addon-knobs": "^6.1.18",
"@storybook/addon-viewport": "^6.1.18",
"@storybook/angular": "^6.1.18",
"@types/jasmine": "~3.6.0",
"@types/node": "^14.0.0",
"autoprefixer": "9.8.6",
"babel-loader": "^8.1.0",
"codelyzer": "^6.0.0",
"concurrently": "^6.0.0",
"conventional-changelog-cli": "^2.0.34",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~1.0.1",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^11.0.0",
"postcss-cli": "^7.1.1",
"protractor": "~7.0.0",
"ts-node": "8.10.2",
"tsickle": "^0.39.1",
"tslint": "~6.1.0",
"typescript": "4.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/chloe463/francette"
},
"resolutions": {
"minimist": "^1.2.3",
"set-value": "^2.0.1",
"js-yaml": "^3.13.1"
}
}