forked from maple3142/vuejs-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
47
48
49
50
{
"name": "vuejs-storage",
"description": "Vue.js and Vuex plugin to persistence data with localStorage/sessionStorage",
"version": "3.1.0",
"main": "./dist/vuejs-storage.cjs.js",
"module": "./dist/vuejs-storage.es.js",
"browser": "./dist/vuejs-storage.umd.js",
"types": "./types/vuejs-storage.d.ts",
"license": "MIT",
"keywords": [
"vue",
"vuex",
"localStorage",
"sessionStorage",
"persistence"
],
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/object-assign": "^4.0.30",
"bili": "^5.0.5",
"chai": "^4.1.2",
"chromium": "^3.0.1",
"karma": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.1.0",
"lodash.assignin": "^4.2.0",
"mocha": "^8.1.1",
"rollup-plugin-typescript2": "^0.27.2",
"tslib": "^2.0.1",
"typescript": "^4.0.2",
"vue": "^2.5.21",
"vuex": "^3.0.1"
},
"scripts": {
"build": "bili",
"test": "node run-test.js",
"prepublishOnly": "bili"
},
"repository": {
"type": "git",
"url": "https://github.com/maple3142/vuejs-storage.git"
},
"bugs": {
"url": "https://github.com/maple3142/vuejs-storage/issues"
}
}