-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.74 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
44
45
46
47
48
49
50
51
52
53
54
{
"devDependencies": {
"@axe-core/cli": "^4.11.3",
"@puppeteer/browsers": "^2.10.13",
"child_process": "^1.0.2",
"sass-embedded": "^1.99.0",
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
"vite": "^8.0.16",
"vite-plugin-compression2": "^2.5.2"
},
"dependencies": {
"@duetds/date-picker": "^1.4.0",
"@fortawesome/fontawesome-free": "^7.1.0",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^10.59.0",
"@sentry/core": "^10.59.0",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chroma-js": "^3.2.0",
"codemirror": "^5.65.19",
"fancy-log": "^2.0.0",
"jquery": "^3.5.1",
"js-cookie": "^3.0.7",
"openseadragon": "^6.0.2",
"openseadragon-filters": "^2.2.0",
"prettier": "^2.8.8",
"remarkable": "^2.0.1",
"screenfull": "^6.0.0",
"split.js": "^1.6.2",
"urijs": "^1.19.11"
},
"name": "concordia",
"private": true,
"version": "1.0.0",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibraryOfCongress/concordia.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/LibraryOfCongress/concordia/issues"
},
"homepage": "https://github.com/LibraryOfCongress/concordia",
"scripts": {
"dev": "vite",
"copy-vendor": "mkdir -p concordia/static/openseadragon/images && cp -R node_modules/openseadragon/build/openseadragon/images/* concordia/static/openseadragon/images/",
"build": "npm run copy-vendor && vite build",
"preview": "vite preview",
"postinstall": "npm run copy-vendor"
}
}