-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
50
51
52
53
54
55
56
{
"name": "jane_ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/helper-module-imports": "^7.22.5",
"@babel/preset-react": "^7.22.3",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tauri-apps/api": "^1.4.0",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@uiw/react-markdown-preview": "^4.1.13",
"airtable": "^0.12.1",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"next": "13.4.6",
"parse-numeric-range": "^1.3.0",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"sass": "^1.63.4",
"tauri-plugin-positioner-api": "^0.2.7",
"typescript": "5.1.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@tauri-apps/cli": "^1.4.0",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"eslint": "^8.43.0"
}
}