forked from Enalean/tuleap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 4.28 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
{
"author": "Enalean Team",
"name": "@tuleap/dev-and-build-tools",
"homepage": "https://tuleap.org",
"license": "GPL-2.0-or-later",
"private": true,
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@jest/globals": "^29.7.0",
"@tuleap/build-system-configurator": "workspace:*",
"@tuleap/cypress-configurator": "workspace:*",
"@tuleap/vue2-gettext-init": "workspace:*",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitest/coverage-v8": "^2.0.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/vue2-jest": "^29.2.5",
"@vue/vue3-jest": "^29.2.5",
"angular-gettext-cli": "^1.2.0",
"angular-gettext-loader": "^1.1.0",
"autoprefixer": "^10.4.18",
"babel-jest": "^29.7.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.1",
"css-loader": "^6.8.1",
"cypress": "^13.15.0",
"esbuild-loader": "^2.20.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
"gettext-extractor": "^3.8.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-each": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-serializer-vue": "^3.1.0",
"jsdom": "^23.0.1",
"json-loader": "^0.5.7",
"lodash.map": "4.6.0",
"mini-css-extract-plugin": "^2.7.6",
"minimist": "^1.2.8",
"ng-cache-loader": "0.0.26",
"po-gettext-loader": "^1.0.0",
"postcss": "^8.4.41",
"postcss-html": "^1.5.0",
"postcss-loader": "^8.0.0",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"stylelint": "^16.1.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-sass-guidelines": "^11.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-prettier": "^5.0.0",
"ts-jest": "^29.1.0",
"tslib": "^2.6.2",
"turbo": "2.0.4",
"typescript": "^5.3.3",
"unplugin-vue2-script-setup": "^0.9.2",
"vite": "^5.4.2",
"vite-plugin-dts": "^3.6.4",
"vite-plugin-externals": "^0.6.2",
"vitest": "^2.0.3",
"vue-eslint-parser": "^9.3.2",
"vue-loader": "^15.10.2",
"vue-template-compiler": "^2.7.8",
"vue-tsc": "^1.8.11",
"webpack": "^5.88.2",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0",
"webpack-merge-and-include-globally": "^2.3.4",
"webpack-remove-empty-scripts": "^1.0.1"
},
"scripts": {
"typecheck": "TURBO_LOG_ORDER=grouped turbo run typecheck --no-daemon",
"build": "TURBO_LOG_ORDER=grouped turbo run build --no-daemon",
"eslint": "eslint --config .eslintrc.js --no-eslintrc --ext .js,.ts,.vue",
"stylelint": "stylelint --config .stylelintrc.js",
"test": "TURBO_LOG_ORDER=grouped turbo run test --concurrency=1 --output-logs=new-only --continue --no-daemon"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"abab": "npm:@nolyfill/abab@latest",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"harmony-reflect": "npm:@nolyfill/harmony-reflect@latest",
"has": "npm:@nolyfill/has@latest",
"hasown": "npm:@nolyfill/hasown@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.groupby": "npm:@nolyfill/object.groupby@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"side-channel": "npm:@nolyfill/side-channel@latest"
}
}
}