forked from mycolorway/simditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "simditor-next",
"version": "0.0.1",
"description": "A lightweight rich text editor for web.",
"main": "dist/simditor.js",
"scripts": {
"dev": "webpack-dev-server --open --env.development",
"build": "webpack --env.production --progress",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mycolorway/simditor.git"
},
"keywords": [
"editor",
"simditor"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/mycolorway/simditor/issues"
},
"homepage": "https://github.com/mycolorway/simditor#readme",
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.10.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
}
}