-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 968 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
36
{
"name": "new-sixty",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@popperjs/core": "^2.11.5",
"@types/node": "^18.0.5",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"easy-typer-js": "^2.1.0",
"js-yaml": "^4.1.0",
"popper.js": "^1.16.1",
"vue": "^3.2.37",
"vue-router": "^4.1.2",
"vue3-lazy": "^1.0.0-alpha.1",
"vue3-observe-visibility": "^0.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"@waline/client": "^2.6.2",
"sass": "^1.53.0",
"vite": "^3.0.0"
}
}