-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
{
"name": "chronibuild",
"version": "0.1.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"scraper/items": "nodemon --exec 'babel-node ./tools/items_scraper.mjs' --watch ./tools/items_scraper.mjs",
"scraper/runes": "nodemon --exec 'babel-node ./tools/runes_scraper.mjs' --watch ./tools/runes_scraper.mjs"
},
"dependencies": {
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.19.0",
"@editorjs/embed": "^2.4.0",
"@editorjs/header": "^2.6.1",
"@editorjs/link": "^2.3.1",
"@editorjs/list": "^1.6.1",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/table": "^1.3.0",
"@editorjs/warning": "^1.2.0",
"@ll931217/vue-treeview": "^0.3.2",
"axios": "^0.21.2",
"buefy": "^0.9.4",
"core-js": "^3.8.1",
"dot-object": "^2.1.4",
"editorjs-inline-spoiler-tool": "^1.0.1",
"editorjs-inline-tool": "^0.4.0",
"editorjs-inspector": "^1.2.3",
"editorjs-style": "^2.2.0",
"editorjs-undo": "^0.1.4",
"leader-line-vue": "^2.1.1",
"pastebin-js": "^1.0.6",
"pug-plain-loader": "^1.0.0",
"vue": "^2.6.12",
"vue-i18n": "^8.22.2",
"vue-router": "^3.4.9",
"vuex": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/node": "^7.12.6",
"@babel/preset-env": "^7.12.7",
"@intlify/vue-i18n-loader": "^1.0.0",
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-plugin-vuex": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"@vue/eslint-config-airbnb": "^5.1.0",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.3",
"consola": "^2.15.0",
"eslint": "^7.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.2.0",
"nodemon": "^2.0.6",
"pug": "^3.0.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"shelljs": "^0.8.5",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-template-compiler": "^2.6.12"
}
}