-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 KB
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
51
52
53
{
"name": "total-recall",
"version": "0.1.4",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^5.0.2",
"@smui/button": "^1.1.0",
"@smui/checkbox": "^1.1.0",
"@smui/common": "^1.0.0",
"@smui/dialog": "^1.1.0",
"@smui/icon-button": "^1.1.0",
"@smui/select": "^1.1.0",
"@types/file-saver": "^2.0.3",
"@types/node": "^14.17.32",
"@types/pouchdb": "^6.4.0",
"@types/webextension-polyfill": "^0.8.1",
"autoprefixer": "^9.8.8",
"file-saver": "^2.0.5",
"flexsearch": "^0.7.21",
"postcss": "^8.3.11",
"postcss-loader": "^5.3.0",
"pouchdb": "^7.2.2",
"pouchdb-authentication": "^1.1.3",
"require": "^2.4.20",
"rollup": "^2.58.3",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^5.3.1",
"sass": "^1.43.4",
"sirv-cli": "^0.4.4",
"svelte": "^3.44.0",
"svelte-local-storage-store": "^0.2.4",
"svelte-preprocess": "^4.9.8",
"svelte-share-buttons-component": "^1.4.0",
"svelte-time": "^0.6.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"webextension-polyfill": "^0.8.0",
"webextension-polyfill-ts": "^0.19.0",
"assert": "^2.0.0",
"lodash": "^4.17.21"
},
"dependencies": {
}
}