-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "pinakes",
"version": "0.1.0",
"description": "Pinakes - Sistema open-source per la gestione di biblioteche",
"main": "index.js",
"scripts": {
"test": "playwright test --config=tests/playwright.config.js",
"build": "cd frontend && npm run build",
"dev": "cd frontend && npm run start",
"postinstall": "node scripts/copy-vendor-assets.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabiodalez-dev/pinakes.git"
},
"keywords": [
"library",
"management",
"biblioteca",
"pinakes",
"cataloging"
],
"author": "fabiodalez-dev",
"license": "GPL-3.0-only",
"type": "commonjs",
"bugs": {
"url": "https://github.com/fabiodalez-dev/pinakes/issues"
},
"homepage": "https://github.com/fabiodalez-dev/pinakes#readme",
"dependencies": {
"sortablejs": "^1.15.6",
"star-rating.js": "^4.3.1",
"tinymce": "^8.1.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@playwright/test": "^1.58.2",
"tailwindcss": "^3.4.18"
}
}