12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "itt",
- "version": "0.0.2",
- "description": "a itt pro",
- "main": "weapp/app.js",
- "scripts": {
- "dev": "./node_modules/.bin/wepy build --watch",
- "build": "cross-env NODE_ENV=production ./node_modules/.bin/wepy build --no-cache",
- "clean": "rm -rf weapp",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "wepy": {
- "module-a": false,
- "./src/components/list": "./src/components/wepy-list.wpy"
- },
- "author": "wangyuan <wonyuan168@qq.com>",
- "license": "MIT",
- "dependencies": {
- "@wepy/x": "^2.0.2",
- "@wepy/core": "^2.0.0-alpha.16",
- "miniprogram-slide-view": "0.0.3"
- },
- "devDependencies": {
- "@wepy/cli": "^2.0.0-alpha.28",
- "@babel/core": "^7.1.0",
- "@babel/preset-env": "^7.1.0",
- "@wepy/babel-plugin-import-regenerator": "0.0.2",
- "babel-eslint": "^7.2.1",
- "cross-env": "^5.1.3",
- "less": "^3.8.1",
- "@wepy/compiler-babel": "^2.0.1",
- "@wepy/compiler-less": "^2.0.1"
- }
- }
|