-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.3 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
{
"name": "apollo-rp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.20",
"chalk": "^2.4.2",
"core-js": "^2.6.5",
"cors": "^2.8.5",
"discord-akairo": "^7.5.6",
"discord.js": "^11.5.0",
"express": "^4.17.0",
"express-limiter": "^1.6.1",
"express-rate-limit": "^3.5.1",
"express-validator": "^5.3.1",
"helmet": "^3.18.0",
"loadash": "^1.0.0",
"mysql": "^2.17.1",
"querystring": "^0.2.0",
"ramda": "^0.26.1",
"vform": "^1.0.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-form-generator": "^2.3.4",
"vue-meta": "^2.0.4",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}