This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
54
55
56
57
{
"name": "n-yobi-char-counter",
"version": "4.3.0",
"private": true,
"author": "tsutoringo (https://github.com/tsutoringo/)",
"scripts": {
"serve": "vue-cli-service build --mode development --watch",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"bestzip": "^2.1.7",
"core-js": "^3.6.5",
"git-rev-sync": "^3.0.1",
"graphemesplit": "^2.4.2",
"octicons-vue": "^1.0.10",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^4.3.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.10.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"size-plugin": "^2.0.1",
"vue-cli-plugin-browser-extension": "latest",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.2.0"
},
"_id": "n-yobi-char-counter@0.1.0",
"readme": "ERROR: No README data found!",
"license": "MIT",
"homepage": "https://github.com/nnn-ed-nico-extension/N-yobiko-char-counter",
"repository": {
"type": "git",
"url": "https://github.com/nnn-ed-nico-extension/N-yobiko-char-counter.git"
},
"bugs": {
"url": "https://github.com/nnn-ed-nico-extension/N-yobiko-char-counter/issues"
}
}