-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.17 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.17 KB
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
{
"name": "template-editor",
"version": "0.2.2",
"description": "标准的模板编辑器,适用于 短信模板、微信模板 编辑",
"main": "editor/index.js",
"scripts": {
"bootstrap": "node_modules/.bin/lerna bootstrap --ignore-prepublish",
"docz:dev": "cd packages/react-template-editor && npm run docz:dev",
"docz:build": "cd packages/react-template-editor && npm run docz:build",
"build:native": "cd packages/editor && npm run build",
"build:react": "cd packages/react-template-editor && npm run build",
"build": "npm run build:native && npm run build:react",
"publish:native": "cd packages/editor && npm run publishToNPM",
"publish:react": "cd packages/react-template-editor && npm run publishToNPM"
},
"author": "Jeezlee",
"license": "MIT",
"devDependencies": {
"@types/codemirror": "0.0.75",
"axios": "^0.19.0",
"codemirror": "^5.48.0",
"colors": "^1.3.3",
"compare-versions": "^3.5.0",
"lerna": "^3.16.4",
"rollup": "^1.16.2",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"typescript": "^3.5.2"
}
}