-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "ponnex-portfolio",
"version": "1.0.0",
"description": "Emmanuel Francis Ramos Portfolio",
"author": "Emmanuel Francis Ramos",
"private": true,
"scripts": {
"prebuild": "npm run rmrf",
"start": "cross-env NODE_ENV=development HOST=0.0.0.0 nuxt-ts",
"build": "npm run prebuild;cross-env NODE_ENV=production nuxt-ts build",
"generate": "nuxt-ts generate",
"start:prod": "cross-env NODE_ENV=production NODE_STAGING=true nuxt-ts start",
"rmrf": "rimraf dist dist_render build"
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.0",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/recaptcha": "^0.6.2",
"browser-detect": "^0.2.28",
"lodash": "^4.17.15",
"mobile-detect": "^1.4.4",
"normalize.css": "^8.0.1",
"nuxt": "^2.0.0",
"nuxt-property-decorator": "^2.7.2",
"pdfvuer": "^1.6.1",
"vue-screen": "^1.4.3"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"cross-env": "^7.0.2",
"node-sass": "^4.14.1",
"nuxt-typed-vuex": "^0.1.19",
"sass-loader": "^8.0.2"
}
}