You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1021 B
38 lines
1021 B
{
|
|
"name": "dpa-andriod-starter",
|
|
"version": "1.0.0",
|
|
"description": "一个用来快速开始编写 dpa-andriod 脚本的模板",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config ./buildConfig/webpack.dev.js"
|
|
},
|
|
"keywords": [
|
|
"dpa-andriod",
|
|
"autojs"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
|
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
"@babel/preset-env": "^7.18.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"babel-loader": "^8.2.5",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"core-js": "^3.22.6",
|
|
"eslint": "8",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"prettier": "^2.4.1",
|
|
"ts-loader": "^9.3.0",
|
|
"typescript": "^4.6.4",
|
|
"webpack": "^5.72.1",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/runtime": "^7.18.9",
|
|
"babel-preset-mobx": "^2.0.0"
|
|
}
|
|
}
|
|
|