generated from apostrophecms/starter-kit-assembly-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 2 KB
/
package.json
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
55
56
57
58
{
"name": "a3-starter-kit-assembly-hospitality",
"version": "1.0.0",
"description": "Hospitality multisite starter kit for ApostropheCMS",
"type": "module",
"private": true,
"scripts": {
"build": "APOS_UPLOADFS_ASSETS=1 NODE_ENV=production bash -c 'node app @apostrophecms/asset:build --site=dashboard && ./scripts/for-each-theme @apostrophecms/asset:build'",
"//": "because nodemon insists on executing 'start' if it exists, we must distinguish production",
"production-start": "APOS_UPLOADFS_ASSETS=1 NODE_ENV=production npm run start",
"start": "node app",
"dev": "nodemon",
"test": "eslint . && stylelint 'dashboard/**/*.scss' && stylelint 'sites/**/*.scss'"
},
"repository": {
"type": "git",
"url": "https://github.com/apostrophecms/starter-kit-assembly-hospitality"
},
"engines": {
"node": ">=10.0.0"
},
"author": "Apostrophe Technologies",
"license": "MIT",
"dependencies": {
"@apostrophecms-pro/document-versions": "^2.3.1",
"@apostrophecms-pro/multisite": "^4.3.0",
"@apostrophecms-pro/multisite-dashboard": "^1.4.0",
"@apostrophecms-pro/palette": "^4.3.2",
"@apostrophecms/form": "^1.1.1",
"@apostrophecms/open-graph": "^1.2.1",
"@apostrophecms/seo": "^1.2.0",
"@apostrophecms/sitemap": "^1.0.2",
"@apostrophecms/vite": "^1.0.0",
"@opentelemetry/auto-instrumentations-node": "^0.37.1",
"@opentelemetry/exporter-jaeger": "^1.26.0",
"@opentelemetry/sdk-node": "^0.41.0",
"@opentelemetry/semantic-conventions": "^1.15.0",
"aos": "^2.3.4",
"apostrophe": "^4.9.0",
"glob": "^10.4.5",
"node-fetch": "^2.6.5",
"node-geocoder": "^4.2.0",
"normalize.css": "^8.0.1",
"ol": "^7.3.0",
"photoswipe": "^5.3.7",
"qs": "^6.9.6",
"rfs": "^10.0.0",
"swiper": "^9.2.3"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8.0.0",
"eslint-config-apostrophe": "^4.0.0",
"nodemon": "^3.0.1",
"stylelint": "^15.0.0",
"stylelint-config-apostrophe": "^3.0.0"
}
}