-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) 路 1.77 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) 路 1.77 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
54
55
56
57
58
{
"name": "@standardnotes/bold-editor",
"publishConfig": {
"access": "public"
},
"version": "1.7.11",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/plugins",
"directory": "packages/com.sncommunity.bold-editor"
},
"description": "A simple and peaceful rich editor that helps you write and think clearly.",
"main": "dist/dist.js",
"author": "Standard Notes Retired",
"sn": {
"name": "Bold Editor",
"content_type": "SN|Component",
"area": "editor-editor",
"spellcheckControl": true,
"note_type": "rich-text",
"main": "dist/index.html",
"file_type": "html",
"showInGallery": false
},
"scripts": {
"lint": "eslint app/ --ext .js",
"lint:fix": "eslint app/ --ext .js --fix",
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@standardnotes/editor-kit": "standardnotes/editor-kit#80f3080594c46a84e6a1689984fbc985ddd44a8f",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "*",
"css-loader": "^5.2.0",
"dompurify": "^2.2.9",
"eslint": "*",
"eslint-plugin-react": "*",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.4.0",
"react": "17.x",
"react-dom": "17.x",
"sass-loader": "^11.0.1",
"sn-stylekit": "3.0.1",
"style-loader": "~2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "*",
"webpack-cli": "*",
"webpack-dev-server": "*",
"webpack-merge": "^5.7.3",
"webpack-merge-and-include-globally": "^2.3.4"
}
}