-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1010 Bytes
/
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": "Qetela",
"scripts": {
"dev": "nuxt --spa",
"build": "nuxt build --spa",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc4",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/proxy": "^1.3.2",
"@nuxtjs/pwa": "^3.0.0-beta.12",
"@nuxtjs/toast": "^3.0.2",
"@vue/cli-shared-utils": "^3.0.0",
"array-every": "^0.1.2",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"bulma": "^0.7.4",
"chart.js": "^2.7.3",
"graphql-tag": "^2.10.1",
"hchs-vue-charts": "^1.2.8",
"moment": "^2.24.0",
"nuxt": "^2.4.3",
"nuxt-client-init-module": "^0.1.4",
"nuxt-vuex-localstorage": "^1.2.6",
"vue-tables-2": "^1.4.70"
},
"devDependencies": {
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0"
}
}