-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "map2img",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"dependencies": {
"@nuxt/http": "^0.6.2",
"core-js": "^3.6.5",
"lodash.debounce": "^4.0.8",
"nuxt": "^2.14.6",
"nuxt-lazy-load": "^1.2.4",
"v-click-outside": "^3.1.2",
"v-tooltip": "^2.1.2",
"vee-validate": "^3.4.5",
"vue-color": "^2.8.1",
"vue-slider-component": "^3.2.11"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/tailwindcss": "^3.1.0",
"@vue/test-utils": "^1.1.0",
"autoprefixer": "^9",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.0",
"jest": "^26.5.0",
"postcss": "^7",
"prettier": "^2.1.2",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue-jest": "^3.0.4"
}
}