-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "lexical-pra",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lexical/clipboard": "^0.8.0",
"@lexical/file": "^0.8.0",
"@lexical/list": "^0.8.0",
"@lexical/react": "^0.8.0",
"@lexical/rich-text": "^0.8.0",
"@lexical/selection": "^0.8.0",
"@lexical/table": "^0.8.0",
"@lexical/utils": "^0.8.0",
"@mdi/js": "^6.9.96",
"@mdi/react": "^1.6.1",
"@types/encoding-japanese": "^2.0.1",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"encoding-japanese": "^2.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"lexical": "^0.8.0",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.6",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "8.34.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"globals": "13.20.0",
"prettier": "^2.8.4",
"typescript": "4.9.5"
}
}