-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 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
49
50
{
"name": "naratmalsami-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": " vite build",
"lint": "eslint .",
"preview": "vite preview",
"domain": "echo \"127.0.0.1 local.jhnara.asuscomm.com\" | sudo tee -a /etc/hosts"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^44.1.0",
"@ckeditor/ckeditor5-react": "^9.4.0",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
"axios": "^1.8.4",
"cheerio": "^1.0.0",
"ckeditor5-small-caps": "^1.0.2",
"deep-diff": "^1.0.2",
"dotenv": "^16.4.7",
"hangul-js": "^0.2.6",
"mecab-ya": "^0.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.2.0",
"styled-components": "^6.1.15",
"tiny-timer": "^1.6.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@eslint/js": "^9.19.0",
"@types/ckeditor": "^4.9.10",
"@types/deep-diff": "^1.0.5",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.3.2",
"vitest": "^3.1.1"
}
}