mirror of
https://github.com/HackPlan/next-i18next.git
synced 2026-01-12 22:44:29 +08:00
31 lines
671 B
JSON
31 lines
671 B
JSON
{
|
|
"name": "-",
|
|
"version": "1.0.0",
|
|
"main": "./dist/index.js",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=9"
|
|
},
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "next build",
|
|
"start": "NODE_ENV=production node server.js"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"eslint": "^4.13.1",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.8.0"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"next": "^7.0.2",
|
|
"next-i18next": "../",
|
|
"react": "^16.6.3",
|
|
"react-dom": "^16.6.3",
|
|
"winston": "^2.4.0"
|
|
}
|
|
}
|