-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 1.18 KB
/
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
40
41
42
{
"name": "cmenu",
"version": "1.1.2",
"description": "cMenu is a plugin that adds a minimal text editor modal for a smoother writing/editing experience ✍🏽.",
"main": "main.js",
"repository": "https://github.com/chetachiezikeuzor/cMenu-Plugin",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "Chetachi",
"license": "MPL-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/feather-icons": "^4.7.0",
"@types/node": "^14.17.6",
"@types/react-dom": "^17.0.9",
"@types/sortablejs": "^1.10.7",
"obsidian": "^0.12.11",
"rollup": "^2.56.3",
"rollup-watch": "^4.3.1",
"tslib": "^2.2.0",
"typescript": "^4.4.2",
"typings": "^2.1.1"
},
"moduleFileExtensions": [
"js",
"ts"
],
"dependencies": {
"feather-icons": "^4.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dom-server": "0.0.5",
"react-icons": "^4.2.0",
"remixicon": "^2.5.0",
"sortablejs": "^1.14.0"
}
}