|
4 | 4 | "version": "0.0.1", |
5 | 5 | "description": "My gnarly Nuxt.js project", |
6 | 6 | "scripts": { |
7 | | - "dev": "cross-env NODE_ENV=development nuxt-ts", |
8 | | - "build": "nuxt-ts build", |
9 | | - "build:static": "nuxt-ts build --spa", |
10 | | - "build:dev": "cross-env NODE_ENV=development nuxt-ts build", |
11 | | - "build:stg": "cross-env NODE_ENV=staging nuxt-ts build", |
12 | | - "build:prod": "cross-env NODE_ENV=production nuxt-ts build", |
13 | | - "start": "nuxt-ts start", |
| 7 | + "dev": "cross-env NODE_ENV=development nuxt", |
| 8 | + "build": "nuxt build", |
| 9 | + "build:static": "nuxt build --spa", |
| 10 | + "build:dev": "cross-env NODE_ENV=development nuxt build", |
| 11 | + "build:stg": "cross-env NODE_ENV=staging nuxt build", |
| 12 | + "build:prod": "cross-env NODE_ENV=production nuxt build", |
| 13 | + "start": "nuxt start", |
14 | 14 | "lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .", |
15 | 15 | "lintfix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .", |
16 | 16 | "precommit": "npm run lint", |
|
43 | 43 | "url": "git+https://github.com/hisasann/typescript-nuxtjs-boilerplate.git" |
44 | 44 | }, |
45 | 45 | "keywords": [ |
46 | | - "nuxt-ts", |
| 46 | + "nuxt", |
47 | 47 | "typescript" |
48 | 48 | ], |
49 | 49 | "bugs": { |
50 | 50 | "url": "https://github.com/hisasann/typescript-nuxtjs-boilerplate/issues" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
| 53 | + "@nuxt/typescript": "^2.5.1", |
53 | 54 | "@nuxtjs/axios": "^5.4.1", |
54 | 55 | "@nuxtjs/pwa": "^3.0.0-beta.14", |
55 | 56 | "@types/webpack": "^4.4.26", |
56 | 57 | "cross-env": "^5.2.0", |
57 | 58 | "express": "^4.16.4", |
58 | 59 | "js-cookie": "^2.2.0", |
| 60 | + "nuxt": "^2.5.1", |
59 | 61 | "nuxt-client-init-module": "^0.1.4", |
60 | 62 | "nuxt-env": "^0.1.0", |
61 | 63 | "nuxt-property-decorator": "^2.1.3", |
62 | | - "nuxt-ts": "^2.4.5", |
63 | 64 | "vue-lazyload": "^1.2.6" |
64 | 65 | }, |
65 | 66 | "devDependencies": { |
|
0 commit comments