-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.05 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.05 KB
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
{
"name": "@crm-ui/extensions",
"packageManager": "yarn@3.7.0",
"workspaces": [
"cases/*"
],
"scripts": {
"build": "yarn typecheck && webpack --mode=production",
"build:dev": "webpack --mode=development",
"lint": "eslint cases",
"lint:fix": "eslint --fix cases",
"typecheck": "vue-tsc --noEmit --project tsconfig.json"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@intlify/vue-i18n-loader": "^4.2.0",
"@omnicajs/eslint-plugin-dependencies": "^0.0.2",
"@omnicajs/vue-remote": "^0.2.23",
"@remote-ui/rpc": "^1.4.7",
"@retailcrm/embed-ui": "^0.9.19",
"@retailcrm/embed-ui-v1-components": "^0.9.19",
"@retailcrm/embed-ui-v1-contexts": "^0.9.19",
"@retailcrm/embed-ui-v1-types": "^0.9.19",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"@vue/compiler-sfc": "^3.5.13",
"@vue/language-server": "^3.2.5",
"clean-webpack-plugin": "^4.0.0",
"cors": "^2.8.5",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.3",
"cssnano": "^7.0.6",
"dotenv": "^17.2.3",
"esbuild": "^0.25.1",
"esbuild-loader": "^4.4.0",
"eslint": "^9.39.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-unused-imports": "^4.4.1",
"eslint-plugin-vue": "^10.8.0",
"express": "^4.21.1",
"glob": "^13.0.0",
"globals": "^17.4.0",
"html-webpack-plugin": "^5.6.5",
"less": "^4.4.2",
"less-loader": "^12.3.0",
"mini-css-extract-plugin": "^2.9.4",
"pinia": "^2.2.8",
"postcss": "^8.5.3",
"terser-webpack-plugin": "^5.3.15",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"vue": "^3.5.13",
"vue-eslint-parser": "^10.4.0",
"vue-loader": "^17.4.2",
"vue-svg-loader": "^0.17.0-beta.2",
"vue-tsc": "^3.2.5",
"webpack": "^5.103.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-remove-empty-scripts": "^1.1.1",
"zod": "^3.25.76"
}
}