-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.36 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
{
"author": "BrownBear Team",
"name": "@tuleap/dev-and-build-tools",
"homepage": "https://tuleap.org",
"license": "GPL-2.0-or-later",
"private": true,
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@rollup/pluginutils": "^4.1.0",
"@types/gettext-parser": "^4.0.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/compiler-sfc": "^3.2.26",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/runtime-dom": "^3.2.12",
"@vue/vue2-jest": "^27.0.0-alpha.2",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"angular-gettext-cli": "^1.2.0",
"angular-gettext-loader": "^1.0.1",
"autoprefixer": "^10.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.2.4",
"browserslist": "^4.19.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.2.0",
"cypress": "^9.4.1",
"esbuild-loader": "^2.18.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-no-unsanitized": "^4.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"gettext-extractor": "^3.5.2",
"gettext-parser": "^4.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.4",
"jest-each": "^27.2.4",
"jest-jasmine2": "^27.2.4",
"jest-junit": "^13.0.0",
"jest-serializer-vue": "^2.0.2",
"json-loader": "^0.5.7",
"lodash.map": "4.6.0",
"mini-css-extract-plugin": "^2.2.0",
"minimist": "^1.2.5",
"ng-cache-loader": "0.0.26",
"po-gettext-loader": "^1.0.0",
"pofile": "^1.1.0",
"postcss": "^8.4.5",
"postcss-html": "^1.3.0",
"postcss-loader": "^6.0.0",
"prettier": "^2.5.1",
"sass": "^1.32.2",
"sass-loader": "^12.4.0",
"stylelint": "^14.2.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-property-sort-order-smacss": "^8.0.0",
"stylelint-config-recommended-vue": "^1.1.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-prettier": "^2.0.0",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"turbo": "^1.1.1",
"typescript": "^4.5.2",
"unplugin-vue2-script-setup": "^0.9.2",
"vite": "^2.8.0",
"vite-dts": "^1.0.3",
"vite-plugin-dts": "^0.9.9",
"vite-plugin-vue2": "^1.9.3",
"vue-eslint-parser": "^8.0.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.29.8",
"webpack": "^5.64.4",
"webpack-assets-manifest": "^5.0.4",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.7.3",
"webpack-merge-and-include-globally": "^2.3.4",
"webpack-remove-empty-scripts": "^0.7.1"
},
"scripts": {
"typecheck": "turbo run typecheck",
"build": "turbo run build",
"eslint": "eslint --config .eslintrc.js --no-eslintrc --ext .js,.ts,.vue",
"stylelint": "stylelint --config .stylelintrc.js",
"test": "turbo run test --concurrency=2 -- -- --verbose=false"
},
"packageManager": "pnpm@6.25.0"
}