-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 871 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
{
"name": "dave-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/vue-fontawesome": "^0.1.2",
"autoprefixer": "^9.1.0",
"clipboard": "^2.0.4",
"date-fns": "^2.14.0",
"date-fns-tz": "^1.0.10",
"eventsource": "^1.0.7",
"simple-markdown": "^0.7.2",
"superagent": "^4.0.0",
"tailwindcss": "^0.7.2",
"tippy.js": "^6.2.3",
"twemoji": "^11.2.0",
"vue": "^2.5.16",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-service": "^4.4.1",
"node-sass": "^4.14.1",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.16",
"vue-virtual-scroller": "^0.12.0"
}
}