UNPKG

1.52 kBJSONView Raw
1{
2 "name": "ylztest",
3 "version": "1.4.0",
4 "description": "这就是一个测试demo,谁下谁傻逼",
5 "main": "dist/app.js",
6 "scripts": {
7 "dev": "wepy build --watch",
8 "build": "cross-env NODE_ENV=production wepy build --no-cache",
9 "dev:web": "wepy build --output web",
10 "lint": "eslint --fix --ext .js,.wpy src",
11 "clean": "find ./dist -maxdepth 1 -not -name 'project.config.json' -not -name 'dist' | xargs rm -rf",
12 "test": "echo \"Error: no test specified\" && exit 1"
13 },
14 "wepy": {
15 "./Auth": "./src/pages/index.wpy",
16 "./WebPage": "./src/pages/webpage.wpy"
17
18 },
19 "author": "suki222 <wujinwei@ylzinfo.com>",
20 "license": "MIT",
21 "files": ["*"],
22 "dependencies": {
23 "wepy": "^1.6.0",
24 "wepy-async-function": "^1.4.4",
25 "wepy-com-toast": "^1.0.2"
26 },
27 "devDependencies": {
28 "babel-eslint": "^7.2.1",
29 "babel-plugin-transform-class-properties": "^6.24.1",
30 "babel-plugin-transform-decorators-legacy": "^1.3.4",
31 "babel-plugin-transform-export-extensions": "^6.22.0",
32 "babel-plugin-transform-object-rest-spread": "^6.26.0",
33 "babel-preset-env": "^1.6.1",
34 "cross-env": "^5.1.3",
35 "eslint": "^3.18.0",
36 "eslint-config-standard": "^7.1.0",
37 "eslint-friendly-formatter": "^2.0.7",
38 "eslint-plugin-html": "^2.0.1",
39 "eslint-plugin-promise": "^3.5.0",
40 "eslint-plugin-standard": "^2.0.1",
41 "wepy-eslint": "^1.5.3",
42 "wepy-compiler-babel": "^1.5.1",
43 "wepy-compiler-less": "^1.3.10"
44 },
45 "keywords": [
46 "22"
47 ]
48}