-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 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
47
48
49
50
51
{
"name": "cotera-io",
"version": "2.0.3",
"license": "GPL-3.0-or-later",
"author": {
"name": "Matthew Brown",
"email": "matthew.e.brown.17@gmail.com",
"url": "https://matthew-brown.net"
},
"contributors": [
{
"name": "Theo Nguyen",
"url": "https://theo.works"
}
],
"repository": {
"type": "git",
"url": "https://github.com/matthew-e-brown/Cotera.io.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"stats": "webpack-bundle-analyzer --port 4200 dist/stats.json"
},
"dependencies": {
"@fontsource/epilogue": "^4.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-4",
"@popperjs/core": "^2.9.2",
"@types/lodash": "^4.14.171",
"@vue/cli-plugin-pwa": "~4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-typescript": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/compiler-sfc": "^3.1.5",
"firebase": "^9.0.0-beta.8",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"prerender-spa-plugin": "^3.4.0",
"register-service-worker": "^1.7.2",
"sass": "^1.35.2",
"sass-loader": "^8.0.2",
"typescript": "~4.3.5",
"vue": "^3.2.1",
"vue-router": "^4.0.11",
"vue-svg-loader": "^0.17.0-beta.2",
"webpack-bundle-analyzer": "^3.9.0"
}
}