-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.51 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": "denali",
"version": "1.0.0",
"description": "A simple, fast photoblogging CMS built in Ruby on Rails which features responsive, high-resolution images. You can see it live at [All-Encompassing Trip](http://www.allencompassingtrip.com).",
"main": "app/frontend/packs/application.js",
"scripts": {
"build": "esbuild app/frontend/packs/application.js app/frontend/packs/admin.js --bundle --sourcemap --format=esm --minify --legal-comments=none --outdir=app/assets/builds --public-path=/assets",
"build:watch": "esbuild app/frontend/packs/application.js app/frontend/packs/admin.js --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets --watch=forever",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@awesome.me/webawesome": "^3.10.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.23",
"@shopify/draggable": "1.2.1",
"awesomplete": "^1.1.5",
"bulma": "^1.0.0",
"croppr": "^2.3.1",
"esbuild": "^0.28.1",
"mapbox-gl": "^3.27.0",
"masonry-layout": "^4.2.2"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.10",
"jsdom": "^29.1.1",
"vitest": "^4.0.18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gesteves/denali.git"
},
"author": "Guillermo Esteves",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/gesteves/denali/issues"
},
"homepage": "https://github.com/gesteves/denali#readme"
}