-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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
{
"name": "@sdkconsultoria/base",
"version": "1.0.0",
"description": "SDK Consultoría Base ====",
"main": "resources/js/app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdkconsultoria/base.git"
},
"author": "Camilo Antonio Rodriguez Cruz",
"license": "ISC",
"bugs": {
"url": "https://github.com/sdkconsultoria/base/issues"
},
"homepage": "https://github.com/sdkconsultoria/base#readme",
"dependencies": {
"@heroicons/vue": "^2.0.17",
"@tiptap/extension-color": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
"vue": "^3.2.47",
"vue-loader": "^17.0.1"
}
}