-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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": "convertkit-vue",
"version": "1.0.6",
"description": "Add convertkit forms to Vue applications and websites",
"main": "bin/convertkit-vue.cjs.js",
"module": "bin/convertkit-vue.esm.js",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConvertKit/convertkit-vue.git"
},
"keywords": [
"convertkit",
"vue"
],
"author": "Joseph Rex <joseph@convertkit.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConvertKit/convertkit-vue/issues"
},
"homepage": "https://github.com/ConvertKit/convertkit-vue#readme",
"dependencies": {
"vue": "^3.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@testing-library/vue": "^5.6.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/babel-sugar-composition-api-inject-h": "^1.2.1",
"@vue/babel-sugar-composition-api-render-instance": "^1.2.4",
"@vue/babel-sugar-functional-vue": "^1.2.2",
"@vue/babel-sugar-inject-h": "^1.2.2",
"jest": "^26.6.3",
"rollup-plugin-styles": "^3.14.1"
}
}