aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json62
1 files changed, 30 insertions, 32 deletions
diff --git a/package.json b/package.json
index 384ecfa..e6762b9 100644
--- a/package.json
+++ b/package.json
@@ -1,38 +1,36 @@
{
- "name": "me-react",
- "version": "0.1.0",
+ "name": "me",
+ "version": "1.0.0",
"private": true,
- "dependencies": {
- "@testing-library/jest-dom": "^4.2.4",
- "@testing-library/react": "^9.3.2",
- "@testing-library/user-event": "^7.1.2",
- "gh-pages": "^3.1.0",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-helmet": "^6.1.0",
- "react-router-dom": "^5.2.0",
- "react-scripts": "3.4.3",
- "react-seo-component": "^2.0.2"
- },
"scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
+ "dev": "nuxt-ts",
+ "build": "nuxt-ts build",
+ "start": "nuxt-ts start",
+ "generate": "nuxt-ts generate",
+ "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
+ "lint": "yarn lint:js"
+ },
+ "dependencies": {
+ "@nuxt/content": "^1.9.0",
+ "@nuxt/typescript-runtime": "^2.0.0",
+ "@nuxtjs/axios": "^5.12.2",
+ "@nuxtjs/pwa": "^3.3.4",
+ "@nuxtjs/sitemap": "^2.4.0",
+ "core-js": "^3.6.5",
+ "jquery": "^3.4.1",
+ "nuxt": "^2.14.6"
},
- "eslintConfig": {
- "extends": "react-app"
+ "devDependencies": {
+ "@nuxt/types": "^2.14.6",
+ "@nuxt/typescript-build": "^2.0.3",
+ "@nuxtjs/eslint-config": "^3.1.0",
+ "@nuxtjs/eslint-config-typescript": "^3.0.0",
+ "@nuxtjs/eslint-module": "^2.0.0",
+ "babel-eslint": "^10.1.0",
+ "eslint": "^7.10.0",
+ "eslint-plugin-nuxt": "^1.0.0",
+ "node-sass": "^5.0.0",
+ "sass-loader": "^10.1.0"
},
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- }
+ "_browserslist": "cover 99.5%"
}