feat:node-modules
This commit is contained in:
59
node_modules/pinia-plugin-persist-uni/package.json
generated
vendored
Normal file
59
node_modules/pinia-plugin-persist-uni/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "pinia-plugin-persist-uni",
|
||||
"version": "1.3.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Allen-1998/pinia-plugin-persist-uni.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build && tsc",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"docs": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"p": "git add . && git commit -m 'update' && git push",
|
||||
"v": "npm version patch && git push && git push origin --tags"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"types"
|
||||
],
|
||||
"main": "./dist/pinia-persist-uni.umd.js",
|
||||
"module": "./dist/pinia-persist-uni.es.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/pinia-persist-uni.es.js",
|
||||
"require": "./dist/pinia-persist-uni.umd.js"
|
||||
}
|
||||
},
|
||||
"types": "./dist",
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.17.0",
|
||||
"@dcloudio/types": "^3.4.3",
|
||||
"@types/node": "^17.0.25",
|
||||
"@typescript-eslint/eslint-plugin": "^5.14.0",
|
||||
"@typescript-eslint/parser": "^5.14.0",
|
||||
"eslint": "^8.10.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"pinia": "^2.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"typescript": "^4.5.4",
|
||||
"vite": "^2.8.0",
|
||||
"vitepress": "^0.22.3",
|
||||
"vue": "^3.2.31"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue-demi": "^0.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue/composition-api": "^1.0.0",
|
||||
"pinia": "^2.0.0",
|
||||
"vue": "^2.0.0 || >=3.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@vue/composition-api": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user