-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "@statikbe/repair-map",
"version": "3.0.8",
"main": "./dist/repair-map.umd.js",
"files": [
"**"
],
"scripts": {
"build": "vue-cli-service build --target lib lib/main.js",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve",
"test": "echo \"No test specified\"",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@mdi/js": "^5.9.55",
"@statikbe/repair-components": "^1.0.0",
"@tailwindcss/postcss7-compat": "^2.0.2",
"apollo-boost": "^0.4.9",
"autoprefixer": "^9",
"axios": "^0.21.4",
"core-js": "^3.6.5",
"graphql": "^16.5.0",
"iframe-resizer": "^4.3.2",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"postcss": "^7",
"qs": "^6.11.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"vue": "^2.7.14",
"vue-apollo": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^6.2.2",
"lodash.merge": "^4.6.2",
"postcss-import": "^12.0.1",
"prettier": "^2.2.1",
"vue-cli-plugin-tailwind": "~2.0.6",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": "16.x"
}
}