-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.47 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.47 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
{
"name": "debuglife",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"docker-compose": "^1.2.0",
"eslint": "^9.28.0",
"next": "^15.3.3",
"prettier": "^3.5.3",
"stylelint": "^16.20.0",
"svgo": "^3.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adb-software-solutions/debuglife.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adb-software-solutions/debuglife/issues"
},
"homepage": "https://github.com/adb-software-solutions/debuglife#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.27.5",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"autoprefixer": "^10.4.21",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-formatjs": "^5.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-jquery": "^3.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"postcss": "^8.5.5",
"prettier-plugin-tailwindcss": "^0.6.12",
"stylelint-config-standard": "^37.0.0",
"tailwindcss": "^4.1.10"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}