-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 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
52
53
54
55
{
"name": "librebbs-client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@toast-ui/vue-editor": "^2.5.3",
"axios": "^0.21.1",
"buefy": "^0.9.8",
"bulma": "^0.9.3",
"core-js": "^3.6.5",
"html-entities": "^2.3.2",
"luxon": "^2.0.1",
"navigator.locks": "^0.3.1",
"register-service-worker": "^1.7.2",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-gravatar": "^1.4.1",
"vue-infinite-loading": "^2.4.5",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/luxon": "^1.27.1",
"@types/md5": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.0",
"prettier": "^2.3.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "~1.32.13",
"sass-loader": "^10.1.1",
"typescript": "~4.3.5",
"vue-template-compiler": "^2.6.14"
},
"packageManager": "yarn@4.9.1"
}