forked from chhoumann/quickadd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 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
{
"name": "quickadd",
"version": "0.5.5",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production",
"test": "jest"
},
"keywords": [],
"author": "Christian B. B. Houmann",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-typescript": "7.13.0",
"@fortawesome/free-regular-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@tsconfig/svelte": "1.0.10",
"@types/jest": "26.0.23",
"@types/node": "14.17.1",
"@types/uuid": "8.3.0",
"babel-core": "6.26.3",
"babel-jest": "27.0.1",
"jest": "27.0.1",
"jest-environment-node": "27.0.1",
"obsidian": "^0.13.21",
"rollup": "^2.32.1",
"rollup-plugin-strip-code": "0.2.7",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.37.0",
"svelte-awesome": "2.3.2",
"svelte-check": "^1.3.0",
"svelte-dnd-action": "0.9.8",
"svelte-preprocess": "^4.7.0",
"ts-jest": "27.0.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"uuid": "8.3.2"
},
"dependencies": {
"fuse.js": "6.4.6"
}
}