forked from rhertzog/tuleap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.09 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 3.09 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"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.11.6",
"@babel/preset-env": "^7.11.5",
"@rollup/pluginutils": "^4.1.0",
"@types/gettext-parser": "^4.0.0",
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@vue/component-compiler-utils": "^3.2.0",
"angular-gettext-cli": "^1.2.0",
"angular-gettext-loader": "^1.0.1",
"autoprefixer": "^10.2.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"browserslist": "^4.16.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^6.2.0",
"cypress": "^8.3.0",
"cypress-file-upload": "^5.0.2",
"esbuild-loader": "^2.13.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.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": "^26.6.3",
"jest-each": "^26.6.2",
"jest-junit": "^12.0.0",
"jest-serializer-vue": "^2.0.2",
"json-loader": "^0.5.7",
"lerna": "^4.0.0",
"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.3.1",
"postcss-loader": "^6.0.0",
"prettier": "^2.3.1",
"sass": "^1.32.2",
"sass-loader": "^11.0.1",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-property-sort-order-smacss": "^7.0.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-prettier": "^1.2.0",
"ts-jest": "^26.4.1",
"typescript": "^4.3.2",
"vite": "^2.4.1",
"vite-dts": "^1.0.3",
"vite-plugin-checker": "^0.3.4",
"vite-plugin-vue2": "^1.7.3",
"vue-eslint-parser": "^7.6.0",
"vue-jest": "^4.0.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.44.0",
"webpack-assets-manifest": "^5.0.4",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3",
"webpack-merge-and-include-globally": "^2.3.4",
"webpack-remove-empty-scripts": "^0.7.1"
},
"scripts": {
"build": "lerna --concurrency=\"$(node ./tools/utils/scripts/max-usable-processors.js)\" exec --stream 'npm install --no-audit' && lerna --concurrency=\"$(node ./tools/utils/scripts/max-usable-processors.js)\" run build",
"eslint": "eslint --config .eslintrc.js --no-eslintrc --ext .js,.ts,.vue",
"stylelint": "stylelint --config .stylelintrc.js",
"test": "BABEL_ENV=test jest --config tests/jest/jest.projects.config.js"
}
}