-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.35 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.35 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ipfc_webapp2",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "node server.js",
"build-report": "vue-cli-service build --report"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"alertify": "^0.3.0",
"alertify.js": "^1.0.12",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.3.0",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^3.6.4",
"dns": "^0.2.2",
"env": "0.0.2",
"express": "^4.17.1",
"highlight.js": "^9.18.1",
"install": "^0.13.0",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"katex": "^0.11.1",
"localforage": "^1.7.4",
"lodash": "^4.17.15",
"popper.js": "^1.16.1",
"quill-plugin-image-upload": "0.0.6",
"register-service-worker": "^1.6.2",
"toasts": "^1.0.0",
"uuid": "^3.4.0",
"vue": "^2.6.11",
"vue-dompurify-html": "^2.1.1",
"vue-js-toggle-button": "^1.3.3",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.1.5",
"vue2-touch-events": "^2.2.1",
"vuex": "^3.0.1",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-pwa": "^4.2.2",
"@vue/cli-plugin-router": "^4.1.2",
"@vue/cli-plugin-vuex": "^4.1.2",
"@vue/cli-service": "^4.2.3",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^7.1.4",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"glob-all": "^3.1.0",
"node-sass": "^4.13.1",
"prettier": "^1.17.1",
"pretty-quick": "^1.8.0",
"purgecss-webpack-plugin": "^2.0.6",
"sass-loader": "^8.0.2",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"worker-plugin": "^3.2.0"
}
}