File tree 2 files changed +60
-60
lines changed
projects/svelte-localstorage
2 files changed +60
-60
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @babichjacob/svelte-localstorage-workspace-root" ,
3
- "private" : true ,
4
- "version" : " 0.3 .0" ,
5
- "description" : " Svelte writable stores that automatically synchronize with localStorage" ,
6
- "author" :
" J / Jacob Babich <[email protected] >" ,
7
- "keywords" : [
8
- " svelte" ,
9
- " sveltekit" ,
10
- " svelte-kit" ,
11
- " sapper" ,
12
- " localstorage" ,
13
- " local-storage"
14
- ],
15
- "license" : " MIT" ,
16
- "repository" : {
17
- "type" : " git" ,
18
- "url" : " git+https://github.com/babichjacob/svelte-localstorage.git"
19
- },
20
- "bugs" : {
21
- "url" : " https://github.com/babichjacob/svelte-localstorage/issues"
22
- },
23
- "homepage" : " https://github.com/babichjacob/svelte-localstorage" ,
24
- "scripts" : {
25
- "check" : " tsc --project jsconfig.json"
26
- },
27
- "devDependencies" : {
28
- "typescript" : " ^4.7.4"
29
- }
2
+ "name" : " @babichjacob/svelte-localstorage-workspace-root" ,
3
+ "private" : true ,
4
+ "version" : " 0.4 .0" ,
5
+ "description" : " Svelte writable stores that automatically synchronize with localStorage" ,
6
+ "author" :
" J / Jacob Babich <[email protected] >" ,
7
+ "keywords" : [
8
+ " svelte" ,
9
+ " sveltekit" ,
10
+ " svelte-kit" ,
11
+ " sapper" ,
12
+ " localstorage" ,
13
+ " local-storage"
14
+ ],
15
+ "license" : " MIT" ,
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " git+https://github.com/babichjacob/svelte-localstorage.git"
19
+ },
20
+ "bugs" : {
21
+ "url" : " https://github.com/babichjacob/svelte-localstorage/issues"
22
+ },
23
+ "homepage" : " https://github.com/babichjacob/svelte-localstorage" ,
24
+ "scripts" : {
25
+ "check" : " tsc --project jsconfig.json"
26
+ },
27
+ "devDependencies" : {
28
+ "typescript" : " ^4.7.4"
29
+ }
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @babichjacob/svelte-localstorage" ,
3
- "version" : " 0.3 .0" ,
4
- "description" : " Svelte writable stores that automatically synchronize with localStorage" ,
5
- "author" :
" J / Jacob Babich <[email protected] >" ,
6
- "keywords" : [
7
- " svelte" ,
8
- " localstorage" ,
9
- " local-storage" ,
10
- " svelte-kit" ,
11
- " sveltekit" ,
12
- " sapper"
13
- ],
14
- "license" : " MIT" ,
15
- "repository" : {
16
- "type" : " git" ,
17
- "url" : " git+https://github.com/babichjacob/svelte-localstorage.git"
18
- },
19
- "bugs" : {
20
- "url" : " https://github.com/babichjacob/svelte-localstorage/issues"
21
- },
22
- "homepage" : " https://github.com/babichjacob/svelte-localstorage" ,
23
- "files" : [
24
- " base.js" ,
25
- " browser.js" ,
26
- " sapper.js" ,
27
- " ssr.js" ,
28
- " svelte-kit.js"
29
- ],
30
- "type" : " module" ,
31
- "dependencies" : {
32
- "svelte" : " ^3.49.0"
33
- }
2
+ "name" : " @babichjacob/svelte-localstorage" ,
3
+ "version" : " 0.4 .0" ,
4
+ "description" : " Svelte writable stores that automatically synchronize with localStorage" ,
5
+ "author" :
" J / Jacob Babich <[email protected] >" ,
6
+ "keywords" : [
7
+ " svelte" ,
8
+ " localstorage" ,
9
+ " local-storage" ,
10
+ " svelte-kit" ,
11
+ " sveltekit" ,
12
+ " sapper"
13
+ ],
14
+ "license" : " MIT" ,
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " git+https://github.com/babichjacob/svelte-localstorage.git"
18
+ },
19
+ "bugs" : {
20
+ "url" : " https://github.com/babichjacob/svelte-localstorage/issues"
21
+ },
22
+ "homepage" : " https://github.com/babichjacob/svelte-localstorage" ,
23
+ "files" : [
24
+ " base.js" ,
25
+ " browser.js" ,
26
+ " sapper.js" ,
27
+ " ssr.js" ,
28
+ " svelte-kit.js"
29
+ ],
30
+ "type" : " module" ,
31
+ "dependencies" : {
32
+ "svelte" : " ^3.49.0"
33
+ }
34
34
}
You can’t perform that action at this time.
0 commit comments