forked from mart1ver/oressource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 888 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 888 Bytes
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
{
"name": "oressource",
"version": "0.3.0",
"description": "Webapplication de gestion de ressourceries.",
"license": "AGPL-3.0",
"main": "",
"devDependencies": {
"@faker-js/faker": "^9.6.0",
"@playwright/test": "^1.51.0",
"@types/node": "^22.13.10",
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"husky": "^4.3.0",
"lint-staged": "^10.5.1"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/mart1ver/oressource"
},
"author": "Martin Vert",
"contributors": [
"Axel Viala | darnuria <darnuria@darnuria.eu>"
],
"dependencies": {
"@victor-teles/playwright-php": "https://github.com/victor-teles/playwright-php/tarball/main"
}
}