-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.27 KB
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
{
"name": "achievement-viewer",
"version": "1.0.0",
"description": "TSGerが集めた実績を見られるページ",
"author": "Koki Takahashi",
"private": true,
"scripts": {
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"typecheck": "vue-tsc --noEmit",
"precommit": "npm run lint",
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"serve": "npm run generate && serve dist",
"test": "playwright test"
},
"dependencies": {
"@rolldown/binding-linux-x64-gnu": "^1.2.8",
"bulma": "^1.0.2",
"bulma-o-steps": "^1.1.0",
"bulma-switch-control": "^1.2.2",
"bulma-timeline": "^3.0.5",
"chart.js": "^4.5.1",
"core-js": "^3.50.0",
"dayjs": "^1.11.23",
"lodash": "^4.18.1",
"nuxt": "^4.4.8",
"remixicon": "^4.9.1",
"sass": "^1.104.1",
"vue": "^3.5.42",
"vue-chartjs": "^5.3.4",
"vue-ionicons": "^3.0.5"
},
"devDependencies": {
"@biomejs/biome": "^2.5.8",
"@playwright/test": "^1.63.0",
"@types/lodash": "^4.17.25",
"@types/node": "^26.6.0",
"@types/randomcolor": "^0.5.9",
"firebase": "^12.19.0",
"nodemon": "^3.1.14",
"randomcolor": "^0.6.2",
"serve": "^14.2.6",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.11",
"vuex": "^4.1.0"
}
}