forked from giordanna/boilerplate-nuxtjs-ionic4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 708 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 708 Bytes
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
{
"name": "typescript-ionic-nuxt-app",
"version": "0.0.0",
"description": "My terrific Nuxt.js project",
"author": "Giordanna",
"private": true,
"scripts": {
"clean": "rimraf dist",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"predeploy": "cross-env BASE_HREF='/typescript-ionic-nuxt-app/' npm run generate"
},
"dependencies": {
"@ionic/core": "4.11.5",
"@nuxtjs/axios": "5.8.0",
"@nuxtjs/pwa": "3.0.0-beta.19",
"nuxt": "2.10.2"
},
"devDependencies": {
"@nuxt/typescript-build": "0.3.10",
"cross-env": "6.0.3",
"node-sass": "4.13.0",
"rimraf": "3.0.0",
"sass-loader": "8.0.0"
}
}