forked from PasteUs/PasteMeFrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"name": "pasteme",
"version": "3.4.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "echo 'Error: no test specified'",
"analyz": "NODE_ENV=production npm_config_report=true npm run build"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.1",
"axios": "^0.22.0",
"bootstrap-vue": "^2.0.0-rc.28",
"clipboard": "^2.0.4",
"core-js": "^2.6.9",
"markdown-it": "^12.2.0",
"markdown-it-highlightjs": "^3.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"mermaid": "^8.13.2",
"vue": "^2.6.10",
"vue-cookie": "^1.1.4",
"vue-github-button": "^1.0.8",
"vue-i18n": "^8.26.5",
"vue-router": "^3.5.2",
"vuex": "^3.1.1"
},
"devDependencies": {
"@ryanlee2014/markdown-it-katex": "^1.0.4",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"acorn": "^8.5.0",
"babel-eslint": "^10.0.3",
"compression-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.7",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.19.1",
"html-webpack-plugin": "^4.5.2",
"markdown-it-anchor": "^8.3.1",
"style-loader": "^0.23.1",
"uslug": "^1.0.4",
"vue-cli-plugin-webpack-bundle-analyzer": "^1.4.0",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.39.3",
"webpack-bundle-analyzer": "^4.4.2"
}
}