forked from ryanpcmcquen/inkdrop_wiki_links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 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
{
"name": "wiki_links",
"main": "./lib/index",
"version": "0.1.14",
"description": "Bring wiki style links to Inkdrop.",
"keywords": [],
"repository": "https://github.com/ryanpcmcquen/inkdrop_wiki_links.git",
"license": "MPL-2.0",
"styleSheets": [
"wiki_link.less"
],
"scripts": {
"build": "babel src/ -d lib/",
"dev": "babel src/ -s -d lib/ --watch"
},
"engines": {
"inkdrop": "^5.x"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.0",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.x.x",
"@babel/preset-react": "7.x.x",
"@babel/preset-typescript": "^7.12.7",
"@textcomplete/codemirror": "^0.1.8",
"@textcomplete/core": "^0.1.8",
"@types/codemirror": "0.0.56",
"@types/node": "^14.14.19",
"@typescript-eslint/eslint-plugin": "4.11.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^7.17.0",
"eslint-plugin-module-resolver": "^1.2.0",
"prettier": "2.x.x"
}
}