-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 820 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
{
"author": "Jungwoo An <o1o9814@naver.com>",
"version": "2.1.0",
"private": true,
"scripts": {
"release": "release-it",
"build": "rollup --config",
"test": "jest"
},
"workspaces": [
"packages/@react-editor-js/*",
"packages/react-editor-js"
],
"devDependencies": {
"@release-it/conventional-changelog": "^3.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/jest": "^27.0.3",
"conventional-changelog-conventionalcommits": "^4.6.1",
"jest": "^27.4.5",
"prettier": "^2.4.1",
"release-it": "^14.11.6",
"release-it-yarn-workspaces": "^2.0.1",
"rollup": "^2.58.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-typescript2": "^0.30.0",
"semver": "^7.3.5",
"ts-jest": "^27.1.2",
"typescript": "^4.3.5"
},
"license": "MIT"
}