-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "Leaderboards",
"version": "1.0.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"aws-amplify": "^1.1.36",
"aws-amplify-vue": "^0.2.14",
"aws-sdk": "^2.506.0",
"body-parser": "^1.19.0",
"core-js": "^2.6.5",
"dynamoose": "^1.9.0",
"express": "^4.17.1",
"register-service-worker": "^1.6.2",
"uuid": "^3.3.2",
"vue-clipboard2": "^0.3.1"
},
"devDependencies": {
"@pelevesque/elo": "^2.0.5",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.2",
"buefy": "^0.8.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vee-validate": "^2.2.15",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.2.1",
"vue-router": "^3.1.2",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1",
"vuex-class": "^0.3.2",
"vuex-router-sync": "^5.0.0"
}
}