-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 905 Bytes
/
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
{
"name": "@seregpie/vue-storage",
"version": "1.1.3",
"description": "Allows the components to save and load their data across the browser sessions.",
"keywords": [
"data",
"global",
"local",
"mixin",
"plugin",
"reactive",
"session",
"share",
"storage",
"store",
"vue"
],
"license": "MIT",
"author": "Sergej Sintschilin <seregpie@gmail.com>",
"files": [],
"main": "index.js",
"repository": "github:SeregPie/VueStorage",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"serve": "rollup -c -w"
},
"dependencies": {
"vue-demi": "*"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@vue/shared": "^3.1.1",
"eslint": "^7.28.0",
"eslint-config-seregpie": "^1.0.2",
"rollup": "^2.51.2",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2"
}
}