This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "docker-vue",
"version": "0.1.0",
"description": "Single page application built with Vue.js",
"author": "Georg Ledermann <georg@ledermann.dev>",
"homepage": "https://github.com/ledermann/docker-vue",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve --mode development --open",
"build": "vue-cli-service build --mode production",
"test": "vue-cli-service test:unit --mode development",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^2.0.10",
"@rails/actioncable": "^7.2.102",
"axios": "^1.7.7",
"buefy": "< 0.10.0",
"debounce": "^1.2.1",
"dotenv": "^16.4.5",
"es6-promise": "^4.2.8",
"global-package-version": "^1.1.0",
"jwt-decode": "^3.1.2",
"vue": "^2.7.16",
"vue-axios": "^3.5.2",
"vue-infinite-loading": "^2.4.5",
"vue-pell-editor": "^2.0.1",
"vue-router": "^3.6.5",
"vue-silentbox": "^2.4.6",
"vue-timeago": "^5.1.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-unit-mocha": "^5.0.8",
"@vue/cli-service": "^4.5.19",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^2.4.6",
"chai": "^5.1.2",
"node-sass": "^7.0.0",
"sass-loader": "^10.5.2",
"vue-template-compiler": "^2.7.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}