-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "next-i18next-examples",
"version": "1.0.0",
"main": "./dist/index.js",
"description": "Examples for use-cases of next-i18next.",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p ${PORT:=3000}",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"next",
"next.js",
"nextjs",
"i18n",
"next-i18next",
"i18next"
],
"author": "Hussein Duvigneau <[email protected]>",
"license": "ISC",
"dependencies": {
"next": "^9.5.3",
"next-i18next": "^6.0.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.7.3",
"react-syntax-highlighter": "^15.4.4"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"json-raw-loader": "^1.0.0",
"raw-loader": "^4.0.2"
}
}