-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·126 lines (126 loc) · 4.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "markedown-editor",
"version": "1.0.0",
"description": "Markdown Editor",
"repository": {
"type": "git"
},
"engines": {
"npm": ">=3",
"node": ">=5"
},
"author": "Teo",
"license": "MIT",
"scripts": {
"prebuild": "npm run build:clean",
"build": "cross-env NODE_ENV=production webpack --config config/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
"build:clean": "rimraf ./build",
"start": "cross-env NODE_ENV=development node server",
"start:production": "npm run test && npm run build && npm run start:prod",
"start:prod": "cross-env NODE_ENV=production node server",
"clean": "npm run test:clean && npm run build:clean",
"lint": "npm run lint:js",
"lint:eslint": "eslint --ignore-path .gitignore",
"eslint:fix": "eslint -- . --ignore-path .gitignore --fix",
"lint:js": "npm run lint:eslint -- . ",
"pretest": "npm run test:clean && npm run lint",
"test:clean": "rimraf ./coverage",
"test": "cross-env NODE_ENV=test jest --coverage",
"test:watch": "cross-env NODE_ENV=test jest --watchAll"
},
"dependencies": {
"chalk": "^2.3.2",
"compression": "1.7.2",
"cross-env": "^5.1.6",
"decode-html": "^2.0.0",
"express": "4.16.3",
"fontfaceobserver": "2.0.13",
"highlight.js": "^9.12.0",
"history": "4.7.2",
"hoist-non-react-statics": "2.5.0",
"html-react-parser": "^0.4.7",
"immutable": "3.8.2",
"invariant": "2.2.4",
"ip": "1.1.5",
"load-script": "^1.0.0",
"lodash": "^4.17.10",
"markdown-it": "^8.4.2",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^1.4.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-highlightjs": "^3.0.0",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"prop-types": "15.6.1",
"react": "^16.4.0",
"react-codemirror": "^1.0.0",
"react-delay": "^0.1.0",
"react-dom": "^16.4.0",
"react-helmet": "5.2.0",
"react-loadable": "^5.4.0",
"react-redux": "5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "5.0.0-alpha.6",
"redux": "3.7.2",
"redux-immutable": "4.0.0",
"redux-saga": "0.16.0",
"reselect": "3.0.1",
"sanitize.css": "4.1.0",
"warning": "^4.0.1",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"@types/codemirror": "0.0.67",
"add-asset-html-webpack-plugin": "2.1.3",
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.4",
"babel-plugin-dynamic-import-node": "1.2.0",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"circular-dependency-plugin": "5.0.2",
"css-loader": "0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-import-resolver-webpack": "^0.10.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-redux-saga": "^0.9.0",
"eventsource-polyfill": "0.9.6",
"exports-loader": "0.7.0",
"file-loader": "1.1.11",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "^4.3.1",
"imports-loader": "0.8.0",
"jest-cli": "^23.1.0",
"lint-staged": "^7.1.3",
"node-plop": "^0.15.0",
"node-sass": "^4.7.2",
"null-loader": "0.1.1",
"plop": "2.0.0",
"react-test-renderer": "^16.4.0",
"rimraf": "2.6.2",
"sass-loader": "^7.0.1",
"shelljs": "^0.8.1",
"style-loader": "^0.21.0",
"url-loader": "1.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2"
}
}