-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "v2ex",
"version": "1.0.0",
"private": true,
"description": "v2ex-taro",
"main": "index.js",
"scripts": {
"build:weapp": "taro build --type weapp",
"build:h5": "taro build --type h5",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"test": "eslint src/ --ext .tsx"
},
"author": "",
"license": "MIT",
"dependencies": {
"@tarojs/components": "^3.2.10",
"@tarojs/plugin-framework-react": "^3.6.8",
"@tarojs/react": "^3.2.10",
"@tarojs/runtime": "^3.2.10",
"@tarojs/taro": "^3.2.10",
"@tarojs/webpack-runner": "^3.2.10",
"react": "^16.12.0",
"react-dom": "^17.0.2",
"timeago.js": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/mini-runner": "^3.2.10",
"@types/node": "^10.5.8",
"@types/react": "^16.4.8",
"@types/redux-actions": "^2.3.0",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"babel-preset-taro": "3.2.10",
"eslint": "^6.8.0",
"eslint-config-taro": "3.2.10",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^1.6.1",
"postcss": "^8.4.25",
"postcss-loader": "^7.3.3",
"stylelint": "9.3.0",
"typescript": "^3.8.2"
}
}