-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.33 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
{
"name": "vorkurt",
"version": "1.0.0",
"engines": {
"node": ">=14",
"npm": ">=7"
},
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201 --open",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "npm run docs:json && start-storybook -p 6006",
"build-storybook": "npm run docs:json && build-storybook",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"push": "npx @open-sauced/conventional-commit"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.11",
"@angular/cdk": "^12.2.11",
"@angular/common": "^12.2.11",
"@angular/compiler": "^12.2.11",
"@angular/core": "^12.2.11",
"@angular/fire": "^7.1.1",
"@angular/forms": "^12.2.11",
"@angular/material": "^12.2.11",
"@angular/platform-browser": "^12.2.11",
"@angular/platform-browser-dynamic": "^12.2.11",
"@angular/router": "^12.2.11",
"ag-grid-angular": "^26.1.0",
"firebase": "^9.1.3",
"leaflet": "^1.7.1",
"reset-css": "^5.0.1",
"rxjs": "^6.6.0",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.11",
"@angular/cli": "^12.2.11",
"@angular/elements": "^12.2.11",
"@babel/core": "^7.15.8",
"@compodoc/compodoc": "^1.1.15",
"@cypress/schematic": "^1.5.1",
"@open-sauced/conventional-commit": "^1.0.1",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/angular": "^6.3.12",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@types/jasmine": "^3.10.1",
"@types/leaflet": "^1.7.5",
"@types/node": "^16.11.6",
"@webcomponents/custom-elements": "^1.5.0",
"autoprefixer": "^10.3.7",
"babel-loader": "^8.2.3",
"concurrently": "^2.2.0",
"cypress": "8.7.0",
"jasmine-core": "^3.10.1",
"karma": "^6.3.6",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"lite-server": "^2.6.1",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.17",
"typescript": "^4.3.5"
}
}