-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.56 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.56 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
80
{
"name": "function-frontend",
"version": "1.0.2-1-SNAPSHOT",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve-nomock": "cross-env NODE_ENV=dev-nomock vue-cli-service serve",
"build": "vue-cli-service build",
"report": "vue-cli-service build --report",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit --no-cache --coverage && node tests/post-unit-test.js",
"postinstall": "if test \"$NODE_ENV\" = \"production\" ; then npm run build ; fi ",
"start": "node server.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"axios": "^0.18.0",
"buefy": "0.8.6",
"cross-env": "^5.2.0",
"i": "^0.3.6",
"marked": "^0.6.2",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"register-service-worker": "^1.6.2",
"sass-loader": "^7.1.0",
"sockjs-client": "^1.4.0",
"stompjs": "^2.3.3",
"style-loader": "^0.23.1",
"tiptap": "^1.26.4",
"tiptap-extensions": "^1.28.4",
"vee-validate": "^2.2.7",
"vue": "^2.5.21",
"vue-cookies": "^1.5.13",
"vue-ctk-date-time-picker": "^2.1.1",
"vue-infinite-loading": "^2.4.4",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.1",
"vue-timers": "^2.0.4",
"vuejs-datepicker": "^1.6.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-plugin-unit-jest": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"axios-mock-adapter": "^1.16.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"chalk": "^2.4.2",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"express": "^4.17.1",
"flush-promises": "^1.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.0.1",
"inject-loader": "^4.0.1",
"jest": "^24.8.0",
"jest-css-modules": "^2.1.0",
"moxios": "^0.4.0",
"npm": "^6.9.0",
"replace-in-file": "^2.5.0",
"serve-static": "^1.14.1",
"terser-webpack-plugin": "^2.3.4",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}