forked from naver-ai/chacha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1008 Bytes
/
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
{
"name": "aacesstalk-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf dist && parcel index.html --port 3000 --open",
"build": "rm -rf dist && rm -rf .parcel-cache && rm -rf .cache && parcel build index.html ./public/*.pdf --public-url https://naver-ai.github.io/aacesstalk",
"predeploy": "npm run build",
"deploy": "gh-pages -f -d dist"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@uiw/react-prismjs": "^1.3.6",
"gh-pages": "^6.1.1",
"parcel": "^2.11.0",
"postcss": "^8.4.33",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"prismjs-bibtex": "^2.1.0",
"react": "^18",
"react-dom": "^18",
"react-lottie": "^1.2.4",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"process": "^0.11.10",
"typescript": "^5"
}
}