-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
29 lines (29 loc) · 894 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
{
"private": true,
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"rollup-plugin-copy": "^3.4.0",
"@types/node": "^14.14.2",
"rollup": "^2.32.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-string": "^3.0.0",
"tslib": "^2.0.3",
"typescript": "^4.4.3",
"require-text": "^0.0.1"
},
"dependencies": {
"byte-base64": "^1.1.0",
"ts-md5": "^1.2.7",
"remarkable": "^2.0.1",
"obsidian": "^0.12.11",
"nanoid": "^3.1.23",
"xmldom": "^0.6.0",
"@types/xmldom": "^0.1.30"
}
}