-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "achievement-viewer",
"version": "1.0.0",
"description": "TSGerが集めた実績を見られるページ",
"author": "Koki Takahashi",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"serve": "npm run generate && serve dist",
"test": "playwright test"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"bulma": "^1.0.2",
"bulma-o-steps": "^1.1.0",
"bulma-timeline": "^3.0.5",
"chart.js": "^2",
"core-js": "^3.38.1",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"nuxt": "^3.13.2",
"remixicon": "^4.3.0",
"sass": "^1.79.2",
"sass-loader": "^10.5.2",
"vue-chartjs": "^3.5.1",
"vue-ionicons": "^3.0.5"
},
"devDependencies": {
"@hakatashi/eslint-config": "^1.20.0",
"@playwright/test": "^1.47.2",
"eslint": "^9.10.0",
"firebase": "^10.13.2",
"nodemon": "^3.1.7",
"randomcolor": "^0.6.2",
"serve": "^14.2.3",
"vuexfire": "^3.2.5"
}
}