1 | {
|
2 | "name": "@tarojs/taro-quickapp",
|
3 | "version": "2.2.10",
|
4 | "description": "Taro quickapp framework",
|
5 | "main": "index.js",
|
6 | "files": [
|
7 | "dist",
|
8 | "src",
|
9 | "index.js",
|
10 | "package.json"
|
11 | ],
|
12 | "scripts": {
|
13 | "build": "rollup -c rollup.config.js",
|
14 | "dev": "rollup -c rollup.config.js -w",
|
15 | "test": "jest"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "git+https://github.com/NervJS/taro.git"
|
20 | },
|
21 | "keywords": [
|
22 | "taro"
|
23 | ],
|
24 | "author": "O2Team",
|
25 | "license": "MIT",
|
26 | "dependencies": {
|
27 | "@tarojs/taro": "^2.2.10",
|
28 | "@tarojs/utils": "^2.2.10",
|
29 | "lodash": "^4.17.10",
|
30 | "prop-types": "^15.6.1"
|
31 | }
|
32 | }
|