generated from EC-Nordbund/rollup-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "@ec-nordbund/vuetify-module",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "0.4.3",
"author": {
"name": "Sebastian Krüger",
"url": "https://github.com/mathe42"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/EC-Nordbund/vuetify-module"
},
"homepage": "https://github.com/EC-Nordbund/vuetify-module",
"scripts": {
"build": "tsc && rollup -c",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@nuxt/types": "2.15.7",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@types/node": "15.12.3",
"esbuild": "0.12.9",
"nuxt": "2.15.7",
"rollup": "2.52.1",
"rollup-plugin-dts": "3.0.2",
"rollup-plugin-esbuild": "4.5.0",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.3.4",
"vuetify": "2.5.4"
},
"dependencies": {
"@ec-nordbund/vuetify-icon-injector": "2.3.4",
"consola": "2.15.3",
"deepmerge": "4.2.2",
"sass": "1.35.1"
},
"peerDependencies": {
"nuxt": ">=2.15",
"vuetify": "2"
}
}