-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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": "text-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@theme-ui/typography": "^0.3.0",
"bootstrap": "^4.5.3",
"docx": "^5.3.0",
"file-saver": "^2.0.2",
"is-hotkey": "^0.1.6",
"next": "9.5.5",
"node-sass": "^4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-slate": "^0.5.1",
"slate": "^0.59.0",
"slate-hyperscript": "^0.59.0",
"slate-plugins-next": "^0.58.13",
"slate-react": "^0.59.0",
"styled-components": "^5.2.0",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.1",
"@types/node": "^14.11.8",
"@types/react": "^16.9.52",
"@types/theme-ui": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.4",
"less": "^3.12.2",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
}