wasm-tools-mj

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

package.json (454B)


      1 {
      2   "name": "wasm-webtools",
      3   "version": "0.1.0",
      4   "private": true,
      5   "scripts": {
      6     "dev": "next dev --turbopack",
      7     "build": "next build",
      8     "start": "next start",
      9     "lint": "next lint"
     10   },
     11   "dependencies": {
     12     "next": "15.3.5",
     13     "react": "^19.1.0",
     14     "react-dom": "^19.1.0"
     15   },
     16   "devDependencies": {
     17     "typescript": "^5.8.3",
     18     "@types/node": "^20.19.8",
     19     "@types/react": "^19.1.8",
     20     "@types/react-dom": "^19.1.6"
     21   }
     22 }