1234567891011121314151617181920 |
- {
- "name": "tencent_up_project",
- "version": "1.0.0",
- "description": "",
- "main": "index.html",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "dev": "parcel index.html",
- "build": "parcel build index.html -d ../../../pub/zt2018/1803UP --public-url http://pub.dwstatic.com/zt2018/1803UP"
- },
- "author": "fenggang",
- "license": "UNLICENSED",
- "dependencies": {
- "amfe-flexible": "^2.2.1"
- },
- "devDependencies": {
- "cssnano": "^4.1.10",
- "sass": "^1.17.2"
- }
- }
|