-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "week-editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.93.0",
"slate-history": "^0.93.0",
"slate-react": "^0.93.0"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-interactions": "^7.0.2",
"@storybook/addon-links": "^7.0.2",
"@storybook/addon-mdx-gfm": "^7.0.2",
"@storybook/blocks": "^7.0.2",
"@storybook/builder-vite": "^7.0.2",
"@storybook/react": "^7.0.2",
"@storybook/react-vite": "^7.0.2",
"@storybook/react-webpack5": "^7.0.2",
"@storybook/testing-library": "^0.0.14-next.2",
"@week/basic-marks-plugin": "workspace:^1.0.0",
"@week/commands-plugin": "workspace:^1.0.0",
"@week/dnd-plugin": "workspace:^1.0.0",
"@week/floating-ui-plugin": "workspace:^1.0.0",
"@week/headings-plugin": "workspace:^0.1.0",
"@week/links-plugin": "workspace:^1.0.0",
"@week/lists-plugin": "workspace:^1.0.0",
"@week/soft-break-plugin": "workspace:^1.0.0",
"prettier": "^2.8.7",
"prop-types": "^15.8.1",
"storybook": "^7.0.2",
"typescript": "^5.0.4",
"vite": "^4.2.1"
}
}