-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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": "liveterm",
"homepage": "https://walchand-linux-users-group.github.io/wargames/",
"version": "0.1.0",
"license": "MIT",
"author": {
"name": "Walchand Linux Users' Group",
"url": "https://wcewlug.org"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export -o build/",
"deploy": "next build && next export -o build/ && gh-pages -d build",
"start": "next start",
"lint": "next lint",
"prepare": "cd .."
},
"dependencies": {
"axios": "^0.27.2",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1",
"tailwind": "^4.0.0"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "^12.1.6",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
}
}