-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "editor-ovo",
"version": "1.1.6",
"email": "2540546236@qq.com",
"description": "a rich text editor for mobile web. mixed effect of picture and emoji",
"main": "dist/scripts/main1.js",
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.2",
"express": "^4.16.2"
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.10",
"exif-js": "^2.3.0",
"file-loader": "^1.1.11",
"fs-extra": "^5.0.0",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.1",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^4.1.1"
},
"homepage": "https://github.com/dwqdaiwenqi/editor-ovo/blob/master/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/dwqdaiwenqi/editor-ovo.git"
},
"scripts": {
"//qwq": "dev+static+img+svn↓",
"dev": "webpack --w ",
"example": "webpack --w",
"pro": "webpack ",
"start": "node server"
},
"keywords": [
"editor",
"javascript",
"html5"
],
"author": "Yohane",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwqdaiwenqi/editor-ovo/issues"
}
}