mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
32 lines
774 B
JSON
32 lines
774 B
JSON
{
|
|
"private": true,
|
|
"name": "@locomotivemtl/boilerplate",
|
|
"title": "Locomotive Boilerplate",
|
|
"version": "1.0.0",
|
|
"author": "Locomotive <info@locomotive.ca>",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"npm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"dev": "vite serve",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"locomotive-scroll": "^5.0.0-beta.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.7",
|
|
"dotenv": "^16.4.5",
|
|
"fast-glob": "^3.3.2",
|
|
"path": "^0.12.7",
|
|
"sass-embedded": "^1.80.3",
|
|
"typescript": "^5.6.3",
|
|
"url": "^0.11.4",
|
|
"vite": "^5.4.9"
|
|
}
|
|
}
|