-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "star_stuff",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.18",
"@sweetalert2/theme-dark": "^5.0.15",
"animate.css": "^4.1.1",
"autoprefixer": "^10",
"babel-preset-es2015": "^6.24.1",
"collect.js": "^4.36.1",
"core-js": "^3.8.3",
"file-loader": "^6.2.0",
"font-awesome": "^4.7.0",
"gsap": "^3.11.5",
"postcss": "^8",
"sweetalert2": "^11.7.5",
"tailwindcss": "^3",
"url-loader": "^4.1.1",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
"vue-simple-context-menu": "^4.0.4",
"vue-tippy": "^6.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"tailwindcss": "^3.3.2",
"typescript": "~4.5.5",
"vue-cli-plugin-tailwind": "~3.0.0"
}
}