mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
Set version packages and add lock file, this is much safer.
This commit is contained in:
parent
e5f39d6bfa
commit
b9b8c2267b
4158
package-lock.json
generated
Normal file
4158
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -21,25 +21,23 @@
|
|||||||
"url": "https://github.com/sparksuite/simplemde-markdown-editor/issues"
|
"url": "https://github.com/sparksuite/simplemde-markdown-editor/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"codemirror": "*",
|
"codemirror": "^5.32.0",
|
||||||
"codemirror-spell-checker": "*",
|
"codemirror-spell-checker": "^1.1.2",
|
||||||
"marked": "*"
|
"marked": "^0.3.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "*",
|
"browserify": "^14.5.0",
|
||||||
"debug": "*",
|
"gulp": "^3.9.1",
|
||||||
"eslint": "*",
|
"gulp-clean-css": "^3.9.0",
|
||||||
"gulp": "*",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-concat": "*",
|
"gulp-debug": "^3.1.0",
|
||||||
"gulp-debug": "*",
|
"gulp-eslint": "^4.0.0",
|
||||||
"gulp-eslint": "*",
|
"gulp-header": "^1.8.9",
|
||||||
"gulp-header": "*",
|
"gulp-jsbeautifier": "^2.1.1",
|
||||||
"gulp-jsbeautifier": "*",
|
"gulp-rename": "^1.2.2",
|
||||||
"gulp-clean-css": "*",
|
"gulp-uglify": "^3.0.0",
|
||||||
"gulp-rename": "*",
|
"vinyl-buffer": "^1.0.0",
|
||||||
"gulp-uglify": "*",
|
"vinyl-source-stream": "^1.1.0"
|
||||||
"vinyl-source-stream": "*",
|
|
||||||
"vinyl-buffer": "*"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user