-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 994 Bytes
/
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
{
"name": "@libertech-fr/teaket",
"version": "0.0.13",
"repository": "https://github.com/Libertech-FR/teaket.git",
"contributors": [
{
"name": "Libertech",
"email": "[email protected]",
"url": "https://libertech.fr"
},
{
"name": "RICHARD-Quentin",
"email": "[email protected]",
"url": "https://github.com/RICHARD-Quentin"
},
{
"name": " tacxou",
"email": "[email protected]",
"url": "https://github.com/tacxou"
}
],
"license": "MIT",
"private": true,
"workspaces": [
"service",
"app"
],
"dependencies": {
"radash": "^11.0.0"
},
"devDependencies": {
"@types/node": "^18.18.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"vue-eslint-parser": "^9.0.0"
}
}