-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.18 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
53
{
"name": "@halo-lab/vue-form",
"version": "0.0.1",
"files": [
"dist/*"
],
"license": "ISC",
"repository": {
"url": "https://github.com/Halo-Lab/vue-form",
"type": "git"
},
"exports": {
".": "./dist/vue-form.es.js",
"./styles": "./dist/style.css"
},
"sideEffects": [
"*.css"
],
"type": "module",
"keywords": [
"Vue",
"formspree.io",
"formsubmit.co",
"web3form",
"integration",
"form"
],
"description": "Vue custom form integration with services such as Formspree.io, Formsubmit.co, W3Form",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"test": "vitest"
},
"peerDependencies": {
"vue": "^3.2.45"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.3.0",
"jsdom": "^21.1.0",
"prettier": "^2.7.1",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"vite": "^4.0.0",
"vitest": "^0.28.5",
"vue": "^3.2.45"
}
}