28 lines
595 B
JSON
28 lines
595 B
JSON
|
|
{
|
||
|
|
"name": "rubbish",
|
||
|
|
"private": true,
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"keywords": [],
|
||
|
|
"license": "MIT",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "remax build -t wechat -w",
|
||
|
|
"build": "NODE_ENV=production remax build -t wechat",
|
||
|
|
"clean": "rimraf dist",
|
||
|
|
"prebuild": "npm run clean"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@vant/weapp": "^1.2.1",
|
||
|
|
"react": "^16.12.0",
|
||
|
|
"remax": "^1.9.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^16.9.16",
|
||
|
|
"chokidar": "^3.3.0",
|
||
|
|
"node-sass": "^4.13.1",
|
||
|
|
"remax-cli": "^1.9.0",
|
||
|
|
"rimraf": "^3.0.0",
|
||
|
|
"typescript": "^3.7.3"
|
||
|
|
}
|
||
|
|
}
|