-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "hepgame",
"version": "0.1.0",
"private": true,
"description": "High Energy Physics - The Card Game é uma proposta didático-pedagógica para o ensino de física de partículas e altas energias.",
"homepage": "https://cefetmg-dv.github.io/hepgame/",
"keywords": [
"ensino",
"física",
"jogo",
"física de partículas"
],
"contributors": [
"André L. Maravilha <andre.maravilha@cefetmg.br> (https://andremaravilha.github.io/)",
"Rafael Marcelino <rafaelmarcelinocs@cefetmg.br>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cefetmg-dv/hepgame.git"
},
"bugs": {
"url": "https://github.com/cefetmg-dv/hepgame/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.7",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"bootstrap": "^5.2.3",
"buffer": "^6.0.3",
"dompurify": "^3.0.5",
"front-matter": "^4.0.2",
"hover.css": "^2.3.2",
"marked": "^12.0.2",
"vue": "^3.2.47",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"sass": "^1.62.1",
"vite": "^4.3.4"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}