no message
Showing
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
babel.config.js
0 → 100644
config/dev.js
0 → 100644
config/index.js
0 → 100644
config/prod.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "wechat-xiaodongai-com", | |||
"version": "1.0.0", | |||
"private": true, | |||
"description": "wechat-xiaodongai-com", | |||
"templateInfo": { | |||
"name": "default", | |||
"typescript": false, | |||
"css": "sass" | |||
}, | |||
"scripts": { | |||
"build:weapp": "taro build --type weapp", | |||
"build:swan": "taro build --type swan", | |||
"build:alipay": "taro build --type alipay", | |||
"build:tt": "taro build --type tt", | |||
"build:h5": "taro build --type h5", | |||
"build:rn": "taro build --type rn", | |||
"build:qq": "taro build --type qq", | |||
"build:jd": "taro build --type jd", | |||
"build:quickapp": "taro build --type quickapp", | |||
"dev:weapp": "npm run build:weapp -- --watch", | |||
"dev:swan": "npm run build:swan -- --watch", | |||
"dev:alipay": "npm run build:alipay -- --watch", | |||
"dev:tt": "npm run build:tt -- --watch", | |||
"dev:h5": "npm run build:h5 -- --watch", | |||
"dev:rn": "npm run build:rn -- --watch", | |||
"dev:qq": "npm run build:qq -- --watch", | |||
"dev:jd": "npm run build:jd -- --watch", | |||
"dev:quickapp": "npm run build:quickapp -- --watch" | |||
}, | |||
"browserslist": [ | |||
"last 3 versions", | |||
"Android >= 4.1", | |||
"ios >= 8" | |||
], | |||
"author": "", | |||
"dependencies": { | |||
"@babel/runtime": "^7.7.7", | |||
"@tarojs/components": "3.2.1", | |||
"@tarojs/runtime": "3.2.1", | |||
"@tarojs/taro": "3.2.1", | |||
"vue-template-compiler": "^2.5.0", | |||
"vue": "^2.5.0" | |||
}, | |||
"devDependencies": { | |||
"@types/webpack-env": "^1.13.6", | |||
"@tarojs/mini-runner": "3.2.1", | |||
"@babel/core": "^7.8.0", | |||
"@tarojs/webpack-runner": "3.2.1", | |||
"babel-preset-taro": "3.2.1", | |||
"vue-loader": "^15.9.2", | |||
"eslint-plugin-vue": "^6.x", | |||
"eslint-config-taro": "3.2.1", | |||
"eslint": "^6.8.0", | |||
"stylelint": "9.3.0" | |||
} | |||
} |
project.config.json
0 → 100644
project.tt.json
0 → 100644
src/app.config.js
0 → 100644
src/app.js
0 → 100644
src/app.scss
0 → 100644
src/index.html
0 → 100644
src/pages/index/index.config.js
0 → 100644
src/pages/index/index.scss
0 → 100644
src/pages/index/index.vue
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment