forked from mame/world-flag-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "world-flag-search",
"version": "0.1.0",
"private": true,
"scripts": {
"export": "NODE_ENV=gh-pages npx next build && next export -o docs && touch docs/.nojekyll",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore ."
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.8",
"bootstrap": "^4.6.0",
"next": "^14.2.5",
"react": "^18.0.0",
"react-bootstrap": "^1.5.0",
"react-dom": "^18.0.0",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@types/gtag.js": "^0.0.7",
"@types/node": "^14.14.31",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
}
}