-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.18 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
37
38
39
40
41
{
"name": "revomatico-events",
"version": "0.1.0",
"description": "Events Demo App - Revomatico Internship 2019",
"author": "raisercostin",
"private": true,
"scripts": {
"dev": "cross-env HOST=0.0.0.0 PORT=8888 nuxt --spa",
"build": "nuxt build --spa",
"start": "HOST=0.0.0.0 PORT=8888 nuxt start --spa",
"start-win": "cross-env HOST=0.0.0.0 PORT=8888 nuxt start --spa",
"generate": "nuxt generate --spa",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest --config tests/jest.config.js"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"dependencies": {
"@nuxtjs/axios": "^5.4.1",
"@nuxtjs/toast": "^3.0.2",
"cross-env": "^5.2.0",
"nodemon": "^1.18.7",
"nuxt": "^2.6.2",
"preconditions": "^2.2.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuetify": "^1.5.13",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.4"
},
"devDependencies": {}
}