-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ztf_explorer",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"deploy": "gulp deploy",
"test": "jest"
},
"dependencies": {
"@alerce/components": "0.0.52-dev",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.1",
"@nuxtjs/toast": "^3.3.1",
"@nuxtjs/vuetify": "^1.11.2",
"concurrent-transform": "^1.0.0",
"echarts": "^4.8.0",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.2",
"gulp-cloudfront-invalidate-aws-publish": "^1.0.0",
"htmx.org": "^2.0.0",
"julian": "^0.2.0",
"lodash.debounce": "^4.0.8",
"nuxt": "^2.15.0",
"nuxt-property-decorator": "^2.7.2",
"qs": "^6.9.4",
"vee-validate": "^3.4.5",
"vue-echarts": "^5.0.0-beta.0",
"vue-gtag": "^1.16.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.0.1",
"prettier": "^2.2.1",
"vue-jest": "^3.0.4"
}
}