mirror of
https://github.com/zhigang1992/rebirthProd.git
synced 2026-01-12 16:42:29 +08:00
27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"name": "@doodlit/previewer",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "parcel index.html",
|
|
"build": "parcel build index.html",
|
|
"deploy": "firebase deploy --only hosting:previewer"
|
|
},
|
|
"devDependencies": {
|
|
"cssnano": "^4.1.10",
|
|
"parcel": "^1.12.4",
|
|
"typescript": "^3.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.0.4",
|
|
"@types/qs": "^6.9.3",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"qs": "^6.9.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
}
|
|
}
|