forked from open-neuromorphic/open-neuromorphic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.27 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.27 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
{
"name": "open-neuromorphic",
"description": "Open Neuromorphic Website",
"version": "2.0",
"license": "MIT",
"author": "VisionInit.dev",
"scripts": {
"dev": "hugo serve --buildFuture",
"hugo-build": "hugo --gc --minify --buildFuture --templateMetrics --templateMetricsHints --forceSyncStatic -e production",
"build": "npm run fetch-stars && npm run update-mission-board && npm run og-images && npm run hugo-build",
"build-preview": "npm run fetch-stars && npm run update-mission-board && hugo server --disableFastRender --buildFuture --navigateToChanged --templateMetrics --templateMetricsHints --forceSyncStatic -e production --minify",
"og-images": "node scripts/collectOgData.js && node scripts/generateOgImages.js",
"fetch-stars": "node scripts/fetchGithubStars.js",
"update-mission-board": "node scripts/updateMissionBoard.js"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@iarna/toml": "^2.2.5",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.21",
"dotenv": "^17.2.2",
"mime-types": "^3.0.1",
"postcss": "^8.5.4",
"postcss-cli": "^11.0.1",
"puppeteer": "^24.10.1",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.17"
}
}