-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "@saber2pr/editor",
"version": "0.0.1",
"description": "a web editor for react/tsx app develop、build !",
"scripts": {
"start": "cross-env NODE_ENV=development webpack -w",
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack"
},
"files": [
"lib/*"
],
"main": "./lib/index.js",
"author": "saber2pr",
"repository": {
"type": "git",
"url": "git+https://github.com/Saber2pr/editor.git"
},
"license": "ISC",
"keywords": [
"monaco-editor",
"web-ide"
],
"dependencies": {
"@saber2pr/tsx": "^0.1.5",
"monaco-editor": "^0.23.0"
},
"devDependencies": {
"@saber2pr/webpack-configer": "0.0.9",
"cross-env": "^6.0.0",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.2",
"ts-node": "^8.10.1",
"typescript": "^3.5.1",
"url-loader": "^2.0.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
}
}