-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 2.16 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
{
"name": "@starpeace/starpeace-client-website",
"version": "0.4.1",
"description": "Client website application for STARPEACE multiplayer economic simulation",
"author": "starpeace-project",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/starpeace-project/starpeace-client-website.git"
},
"scripts": {
"lines-of-code": "cloc ./components/ && cloc ./plugins",
"build": "nuxt build",
"dev": "cross-env NODE_ENV=development nuxt dev --port 11010",
"generate": "cross-env nuxt generate && node create-client-version.js",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@bkuri/rollup-plugin-coffeescript": "^0.4.2",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@shopify/draggable": "^1.1.3",
"@starpeace/starpeace-assets-types": "github:starpeace-project/starpeace-assets-types.git#v0.4.13",
"@types/howler": "^2.2.11",
"@types/lodash": "^4.17.1",
"@types/luxon": "^3.4.2",
"@types/uuid": "^9.0.8",
"@vue/language-plugin-pug": "^2.0.16",
"axios": "^1.6.8",
"axios-mock-adapter": "^1.22.0",
"bulma": "^1.0.0",
"bulma-popover": "^1.1.1",
"coffee-loader": "^5.0.0",
"coffeescript": "^2.7.0",
"colord": "^2.9.3",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"favicon-switcher": "^1.2.2",
"fflate": "^0.8.2",
"flag-icons": "^7.2.1",
"howler": "^2.2.4",
"interactjs": "^1.10.27",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"marked": "^12.0.2",
"mock-socket": "9.3.1",
"nuxt": "3.11.2",
"pixi.js": "8.1.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "1.76.0",
"sass-loader": "^14.2.1",
"socket.io-client": "^4.7.5",
"stats.js": "^0.17.0",
"tinycache": "^1.1.2",
"tinygradient": "^1.1.5",
"uuid": "^9.0.1",
"vis-network": "^9.1.9",
"vue": "^3.4.26",
"vue-gtag-next": "^1.14.0"
}
}