This repository was archived by the owner on Nov 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 KB
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
{
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"analize": "nuxt build --analyze",
"lint": "eslint --fix --ext .js,.vue .",
"test": "jest --config jest.config.js"
},
"dependencies": {
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/router": "^1.5.0",
"@nuxtjs/sitemap": "^2.0.1",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"js-cookie": "^2.2.1",
"nuxt": "^2.11.0",
"object-to-formdata": "^3.0.6",
"sanitize-html": "^1.23.0",
"sweetalert2": "^8.19.0",
"three": "^0.125.0",
"three-obj-loader": "^1.1.3",
"vform": "^1.0.1",
"vue-i18n": "^8.15.3",
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/vuetify": "^1.10.3",
"@vue/test-utils": "^1.0.0-beta.32",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.2.6",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-nuxt": ">=0.5.0",
"eslint-plugin-prettier": "^3.1.2",
"fs-extra": "^8.1.0",
"jest": "^25.2.6",
"node-sass": "^4.13.1",
"lodash.clonedeep": "^4.5.0",
"prettier": "^1.19.1",
"vue-jest": "^3.0.5",
"sass-loader": "^7.3.1"
}
}