-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 944 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
{
"name": "spa-storage",
"version": "2.0.2",
"type": "module",
"description": "Browser Storage plugin for Svelte and Pinia",
"main": "index.js",
"scripts": {
"test": "vitest --environment happy-dom --run --reporter verbose --globals"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/arthurgermano/spa-storage.git"
},
"keywords": [
"localforage",
"localstorage",
"svelte",
"pinia",
"plugin"
],
"author": "Arthur J. Germano",
"license": "MIT",
"bugs": {
"url": "https://github.com/arthurgermano/spa-storage/issues"
},
"homepage": "https://arthurgermano.github.io/spa-storage/",
"dependencies": {
"crypto-js": "^4.1.1",
"localforage": "^1.10.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@vue/composition-api": "^1.7.0",
"happy-dom": "^6.0.4",
"pinia": "^2.0.17",
"svelte": "^3.49.0",
"vitest": "^0.21.1"
}
}