-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.9 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
{
"name": "@constl/vue",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"type": "module",
"private": false,
"scripts": {
"netoyyer": "rimraf dist",
"compiler": "pnpm versionner && pnpm netoyyer && pnpm tspc -p tsconfig.build.json",
"test:suivre": "vitest",
"test": "vitest run",
"formatter": "pnpm prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\" && pnpm eslint --fix",
"publier": "pnpm test && pnpm compiler && (git commit -a -m 'version' || true) && pnpm publish",
"versionner": "pnpm genversion --es6 --semi src/version.ts"
},
"keywords": [],
"author": "Julien Jean Malard-Adam",
"license": "AGPL-3.0-or-later",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@chriscdn/promise-semaphore": "^2.0.9",
"@constl/utils-ipa": "^1.0.3",
"@lassi-js/kili": "^0.3.14",
"@lassi-js/kilimukku": "1.1.7",
"deep-equal": "^2.2.3",
"ennikkai": "^2.3.0",
"lodash": "^4.17.21",
"nuchabal": "^3.2.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"@constl/ipa": "^1.1.1",
"@constl/utils-tests": "^1.2.7",
"@eslint/js": "^9.4.0",
"@types/deep-equal": "^1.0.4",
"@types/lodash": "^4.17.5",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-istanbul": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.0",
"genversion": "^3.2.0",
"globals": "^15.4.0",
"happy-dom": "14.12.0",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"ts-patch": "^3.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0",
"typescript-transform-paths": "^3.4.7",
"vite": "^5.2.13",
"vitest": "^1.6.0",
"vue": "^3.4.27"
},
"peerDependencies": {
"vue": "^3.4.19"
},
"pnpm": {
"overrides": {
"node-datachannel": "^0.8.0"
}
}
}