-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.48 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": "authingmove-template",
"version": "0.0.1-alpha.0",
"description": "AuthingMove template, convert wechat miniprogram api syntax into into multi platform miniapps & frameworks & quickapp",
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"dev": "node ./scripts/build.js watch",
"prod": "node ./scripts/build.js",
"lint": "eslint --ext .ts src/**.ts",
"lint:fix": "eslint --fix --ext .ts src/**.ts"
},
"dependencies": {
"@authing/authingmove-api-proxy": "^1.0.1-alpha.14",
"@authing/authingmove-core": "^1.0.1-alpha.14"
},
"devDependencies": {
"@authing/authingmove-webpack-plugin": "^1.0.1-alpha.14",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"babel-loader": "^8.2.5",
"chalk": "^2.3.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"loader-utils": "^2.0.2",
"prettier": "^2.5.1",
"rimraf": "^2.6.2",
"typescript": "4.2.2",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Authing/authingmove-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Authing/authingmove-template/issues"
},
"homepage": "https://github.com/Authing/authingmove-template#readme"
}