Files
reacord/packages/docs/package.json
2021-12-29 15:39:26 -06:00

40 lines
974 B
JSON

{
"private": true,
"name": "remix-app-template",
"description": "",
"license": "",
"scripts": {
"prepare": "remix setup node && typedoc",
"dev": "concurrently 'remix dev' 'typedoc'",
"build": "typedoc && remix build",
"start": "remix-serve build"
},
"dependencies": {
"@remix-run/react": "^1.1.1",
"@remix-run/serve": "^1.1.1",
"autoprefixer": "^10.4.1",
"postcss": "^8.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.1.1",
"remix-tailwind": "^0.2.1",
"tailwindcss": "^3.0.8"
},
"devDependencies": {
"@itsmapleleaf/configs": "^1.1.2",
"@remix-run/dev": "^1.1.1",
"@types/node": "*",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"concurrently": "^6.5.1",
"prettier": "^2.5.1",
"typedoc": "^0.22.10",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false,
"prettier": "@itsmapleleaf/configs/prettier"
}