-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.26 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "promatia",
"description": "Promatia official website",
"main": "index.js",
"nodemonConfig": {
"ignore": [
"server/dist",
"resources"
]
},
"type": "module",
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@dicebear/avatars": "^3.1.4",
"@dicebear/avatars-jdenticon-sprites": "^1.1.4",
"@koa/cors": "^3.1.0",
"@promatia/phone-input": "^0.1.4",
"@promatia/prograph": "0.0.22",
"@vue/composition-api": "^0.3.4",
"acme-client": "^3.2.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"bcrypt": "^3.0.8",
"bcryptjs": "^2.4.3",
"canvas": "^2.6.1",
"chart.js": "^2.9.2",
"color-convert": "^2.0.1",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"image-webpack-loader": "^6.0.0",
"jdenticon": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-cookie": "^1.0.0",
"koa-mount": "^4.0.0",
"koa-router": "^7.4.0",
"koa-sslify": "^4.0.3",
"koa-static": "^5.0.0",
"koa-webpack": "^5.2.4",
"mime": "^2.4.4",
"mongodb": "^3.3.3",
"node-forge": "^0.9.1",
"node-gzip": "^1.1.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svelte": "^3.16.5",
"svg-to-dataurl": "^1.0.0",
"v-click-outside": "^3.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.2",
"vue-material-design-icons": "^4.4.0",
"vue-router": "^3.1.3",
"vue-server-renderer": "^2.6.10",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"vuelidate": "^0.7.4",
"vuex": "^3.1.1",
"webpack": "^4.41.2",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1"
},
"scripts": {
"build": "node ./server/webpack/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/promatia/website.git"
},
"keywords": [
"promatia"
],
"author": "DominusVilicus",
"license": "MIT",
"bugs": {
"url": "https://github.com/promatia/website/issues"
},
"homepage": "https://github.com/promatia/website#readme"
}