-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "flemme-modules",
"workspaces": [
"modules/*"
],
"scripts": {
"lint": "eslint -c ./.eslintrc.mjs modules/*/src/"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@fast-check/vitest": "^0.1.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitest/coverage-istanbul": "^2.1.8",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"fast-deep-equal": "^3.1.3",
"globals": "^15.13.0",
"husky": "^7.0.4",
"just-safe-get": "^4.2.0",
"just-safe-set": "^4.2.1",
"lint-staged": "^15.2.11",
"lodash": "^4.17.21",
"object-deep-copy": "^1.0.2",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"rollup": "^4.28.1",
"rollup-plugin-visualizer": "^5.12.0",
"type-fest": "^4.30.1",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}