-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 974 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 974 Bytes
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
{
"name": "md",
"version": "1.0.0",
"description": "a simple markdown editor",
"main": "index.html",
"dependencies": {
"css-loader": "^0.28.10",
"ep.js": "^1.0.0",
"marked": "^0.3.9",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-markdown": "^3.2.2",
"style-loader": "^0.20.2",
"webpack-dev-server": "^2.x"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.36",
"@babel/preset-env": "^7.0.0-beta.36",
"@babel/preset-react": "^7.0.0-beta.36",
"babel-loader": "^8.0.0-beta.0",
"extract-text-webpack-plugin": "^3.0.2",
"webpack": "^3.11.0"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wy-ei/md.git"
},
"author": "wy-ei",
"license": "MIT",
"bugs": {
"url": "https://github.com/wy-ei/md/issues"
},
"homepage": "https://github.com/wy-ei/md#readme"
}