-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·57 lines (57 loc) · 1.37 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
{
"name": "bridge-training-engine",
"description": "A Free and Open Source platform for Bridge training",
"version": "0.0.1",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@nuxtjs/toast": "^3.3.1",
"core-js": "^3.20.2",
"jsep": "^1.3.4",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nuxt": "^2.15.8",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^5.0.4",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.4.4",
"jest": "^27.4.4",
"postcss": "^8.4.14",
"vue-jest": "^3.0.4"
},
"homepage": "https://davidemiceli.github.io/bridge-training-engine",
"repository": {
"type": "git",
"url": "https://github.com/davidemiceli/bridge-training-engine"
},
"bugs": "https://github.com/davidemiceli/bridge-training-engine/issues",
"keywords": [
"bridge",
"cards",
"game"
],
"author": {
"name": "Davide Miceli",
"url": "https://github.com/davidemiceli"
},
"contributors": [
{
"name": "Davide Miceli",
"url": "https://github.com/davidemiceli"
}
],
"license": "MIT"
}