-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.37 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
{
"name": "starbase-ships-website",
"version": "1.0.0",
"description": "",
"scripts": {
"pre-build": "npx rollup node_modules/@nordhealth/components/lib/index.js --format umd --name 'nordCompoments' --file _includes/assets/js/nord-components.js",
"build": "npm run pre-build && npx @11ty/eleventy",
"start": "npm run pre-build && npx @11ty/eleventy --serve",
"debug": "npm run pre-build && DEBUG=Eleventy* npx @11ty/eleventy --serve",
"dryrun": "npm run pre-build && npx @11ty/eleventy --dryrun",
"build-ghpages": "NODE_ENV=production npx @11ty/eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@google-analytics/data": "^4.12.0",
"@nordhealth/ag-theme-nord": "^2.1.2",
"@nordhealth/color": "^2.1.2",
"@nordhealth/components": "^3.21.0",
"@nordhealth/css": "^3.3.1",
"@nordhealth/fonts": "^3.0.2",
"@nordhealth/themes": "^8.1.1",
"@nordhealth/tokens": "^7.1.2",
"@splidejs/splide": "^4.1.4",
"google-auth-library": "^9.15.1",
"google-spreadsheet": "^4.1.4",
"lodash": "^4.17.21",
"markdown-it-github-headings": "^2.0.1",
"nconf": "^0.12.1",
"qs": "^6.14.0"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"rollup": "^4.34.7"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}