-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 951 Bytes
/
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
{
"name": "vue-contenteditable-form",
"author": "Vanessa Otto <mail@vannsl.io> (https:/vannsl.io/)",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "cypress open-ct",
"lint:script": "eslint --ext .ts,vue --ignore-path .gitignore ."
},
"dependencies": {
"uuid": "^8.3.2",
"vue": "^3.0.5",
"vue-contenteditable": "^3.0.4",
"vuedraggable": "^4.0.3"
},
"devDependencies": {
"@cypress/vite-dev-server": "^2.0.7",
"@cypress/vue": "^3.0.3",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^10.3.1",
"cypress": "^8.3.1",
"eslint": "^7.31.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.14.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.7",
"vite": "^2.4.4"
}
}