-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.44 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
{
"name": "NX-SVG-LOADERS-PROJECT",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"angular:start": "nx serve angular-app",
"react:start": "nx serve react-app",
"vue:start": "nx serve vue-app",
"svelte:start": "nx serve svelte-app",
"angular:build": "nx build nx-angular-svg-loaders && nx run nx-angular-svg-loaders:tailwind-build",
"react:build": "nx build nx-react-svg-loaders && nx run nx-react-svg-loaders:tailwind-build",
"svelte:build:win": "nx run nx-svelte-svg-loaders:delete-folder:win && nx run nx-svelte-svg-loaders:create-folder:win && nx run nx-svelte-svg-loaders:tailwind-build && nx run nx-svelte-svg-loaders:npm-pack",
"svelte:build:mac": "nx run nx-svelte-svg-loaders:delete-folder:mac && nx run nx-svelte-svg-loaders:create-folder:mac && nx run nx-svelte-svg-loaders:tailwind-build && nx run nx-svelte-svg-loaders:npm-pack",
"vue:build": "nx build nx-vue-svg-loaders && nx run nx-vue-svg-loaders:tailwind-build",
"lint:all": "nx run-many --all --target=lint",
"build:all:win": "npm run svelte:build:win && nx run-many --all --target=build",
"build:all:mac": "npm run svelte:build:mac && nx run-many --all --target=build"
},
"private": true,
"type": "module",
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.7",
"@angular-devkit/core": "~18.2.7",
"@angular-devkit/schematics": "~18.2.7",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "~18.2.7",
"@angular/compiler-cli": "~18.2.6",
"@angular/language-service": "~18.2.6",
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@nx/angular": "^19.8.3",
"@nx/devkit": "19.8.3",
"@nx/eslint": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/jest": "19.8.3",
"@nx/js": "19.8.3",
"@nx/playwright": "19.8.3",
"@nx/react": "^19.8.3",
"@nx/vite": "19.8.3",
"@nx/vue": "^19.8.3",
"@nx/web": "19.8.3",
"@nx/workspace": "19.8.3",
"@playwright/test": "^1.47.2",
"@schematics/angular": "~18.2.7",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.28",
"@swc/helpers": "~0.5.13",
"@testing-library/react": "15.0.7",
"@tsconfig/svelte": "^5.0.4",
"@types/jest": "^29.5.13",
"@types/node": "18.19.54",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"eslint": "~8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-playwright": "^0.22.2",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-vue": "^9.28.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "~14.2.4",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.4.0",
"ng-packagr": "~18.2.1",
"nx": "19.8.3",
"postcss": "^8.4.47",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"sass": "1.79.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.4.5",
"verdaccio": "^5.32.2",
"vite": "^5.4.8",
"vite-plugin-dts": "~3.9.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@angular/animations": "~18.2.6",
"@angular/common": "~18.2.6",
"@angular/compiler": "~18.2.6",
"@angular/core": "~18.2.6",
"@angular/forms": "~18.2.6",
"@angular/platform-browser": "~18.2.6",
"@angular/platform-browser-dynamic": "~18.2.6",
"@angular/router": "~18.2.6",
"@sveltejs/adapter-node": "^5.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"vite-tsconfig-paths": "^5.0.1",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"zone.js": "~0.14.10"
},
"nx": {
"includedScripts": []
}
}