mirror of
https://github.com/exogen/vl2-forge.git
synced 2026-01-19 19:44:46 +00:00
34 lines
834 B
JSON
34 lines
834 B
JSON
{
|
|
"name": "vl2-forge",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "Brian Beck <exogen@gmail.com>",
|
|
"license": "MIT",
|
|
"keywords": [],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && touch docs/.nojekyll",
|
|
"clean": "rimraf .next docs",
|
|
"deploy": "npm run build && git add -f docs && git commit -m \"Deploy\" && git push",
|
|
"prebuild": "npm run clean",
|
|
"start": "next dev"
|
|
},
|
|
"dependencies": {
|
|
"file-saver": "^2.0.5",
|
|
"jszip": "^3.10.1",
|
|
"lodash.orderby": "^4.6.0",
|
|
"next": "^14.2.15",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^14.2.9",
|
|
"react-icons": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.7.5",
|
|
"@types/react": "18.3.11",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|