-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
146 lines (146 loc) · 4.88 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "this-dot",
"version": "0.0.0",
"license": "MIT",
"author": "This Dot Labs",
"repository": {
"type": "git",
"url": "https://github.com/thisdot/open-source.git"
},
"bugs": {
"url": "https://github.com/thisdot/open-source/issues"
},
"scripts": {
"ng": "nx",
"start": "nx serve showcase",
"start:vue": "nx serve vue-showcase",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"lint:fix": "nx workspace-lint && nx lint --fix",
"e2e:chrome": "nx e2e showcase-e2e --browser=chrome",
"e2e:edge": "nx e2e showcase-e2e --browser=edge",
"e2e:ff": "nx e2e showcase-e2e --browser=firefox",
"e2e:debug": "nx e2e showcase-e2e --watch",
"e2e:vue-showcase:chrome": "nx e2e vue-showcase --headless --browser=chrome",
"e2e:vue-showcase:edge": "nx e2e vue-showcase --headless --browser=edge",
"e2e:vue-showcase:ff": "nx e2e vue-showcase --headless --browser=firefox",
"e2e:vue-showcase:debug": "nx e2e vue-showcase --watch",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:lint:fix": "nx affected:lint --fix=true --base=origin/main",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write --base=origin/main",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"private": true,
"dependencies": {
"@angular/animations": "16.1.7",
"@angular/cdk": "16.1.6",
"@angular/common": "16.1.7",
"@angular/compiler": "16.1.7",
"@angular/core": "16.1.7",
"@angular/forms": "16.1.7",
"@angular/material": "16.1.6",
"@angular/platform-browser": "16.1.7",
"@angular/platform-browser-dynamic": "16.1.7",
"@angular/router": "16.1.7",
"@nx/angular": "16.6.0",
"@sampullman/fetch-api": "^0.7.0",
"date-fns": "^2.28.0",
"localforage": "^1.10.0",
"rxjs": "7.8.1",
"tslib": "^2.0.0",
"vite-plugin-dts": "^1.6.5",
"vue": "^3.2.37",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.16",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.6",
"@angular-devkit/core": "16.1.6",
"@angular-devkit/schematics": "16.1.6",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "16.1.7",
"@angular/language-service": "16.1.7",
"@babel/core": "^7.18.5",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^12.1.1",
"@cypress/code-coverage": "^3.10.0",
"@cypress/vite-dev-server": "^5.0.4",
"@cypress/vue": "^4.0.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@jscutlery/semver": "^2.23.4",
"@nx/cypress": "16.6.0",
"@nx/eslint-plugin": "16.6.0",
"@nx/jest": "16.6.0",
"@nx/js": "16.6.0",
"@nx/linter": "16.6.0",
"@nx/node": "16.6.0",
"@nx/plugin": "16.6.0",
"@nx/web": "16.6.0",
"@nx/workspace": "16.6.0",
"@samatech/postcss-basics": "^0.4.2",
"@schematics/angular": "16.1.6",
"@types/jest": "29.4.0",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-typescript": "^11.0.0",
"babel-jest": "29.4.3",
"cypress": "12.16.0",
"dotenv": "10.0.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-vue": "^9.2.0",
"husky": "^6.0.0",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"jest-preset-angular": "13.1.1",
"lint-staged": "^10.5.4",
"ng-packagr": "16.1.0",
"ngx-deploy-npm": "^4.3.3",
"nx": "16.6.0",
"nx-cloud": "16.2.0",
"nx-vue3-vite": "^0.25.0",
"postcss": "^8.4.14",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^26.0.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsconfig": "^7.0.0",
"tslib": "^2.4.0",
"typescript": "5.0.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.1.4",
"vue-eslint-parser": "^9.0.2"
}
}