forked from standardnotes/markdown-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.8 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "sn-simple-markdown-editor",
"version": "1.1.5",
"main": "dist/dist.js",
"scripts": {
"lint": "eslint --cache --ignore-path .gitignore --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
"test": "npm run lint",
"build": "webpack",
"start": "webpack-dev-server --devtool eval --progress --hot --content-base app",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
},
"sn": {
"main": "dist/index.html"
},
"devDependencies": {
"babel-core": "6.x",
"babel-eslint": "7.x",
"babel-loader": "6.x",
"babel-plugin-transform-runtime": "6.x",
"babel-preset-es2015": "6.x",
"babel-preset-react": "6.x",
"babel-preset-stage-0": "6.x",
"babel-runtime": "6.x",
"commitizen": "^2.9.3",
"conventional-changelog-cli": "1.x",
"copy-webpack-plugin": "latest",
"css-loader": "~0.28.7",
"cz-conventional-changelog": "^1.2.0",
"eslint": "latest",
"eslint-config-airbnb": "latest",
"eslint-formatter-pretty": "^1.1.0",
"eslint-plugin-compat": "^1.0.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "3.x",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "latest",
"extract-text-webpack-plugin": "^3.0.2",
"highlight.js": "^9.12.0",
"husky": "^0.12.0",
"markdown-it": "^8.4.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-highlight": "^0.2.0",
"markdown-it-task-lists": "^2.1.0",
"node-sass": "^4.9.3",
"open-browser-webpack-plugin": "0.0.3",
"react": "15.x",
"react-dom": "15.x",
"sass-loader": "^6.0.6",
"sn-components-api": "1.1.5",
"sortablejs": "^1.7.0",
"style-loader": "~0.13.1",
"validate-commit-msg": "2.x",
"webpack": "3.8.1",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "2.5.1"
}
}