-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "faithful-web-app",
"version": "2.0.0",
"description": "The official web application for the Faithful website.",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier \"{,!(node_modules)/**/}*.{js,vue,html,ts}\" --config .prettierrc --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Faithful-Resource-Pack/App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Faithful-Resource-Pack/App/issues"
},
"homepage": "https://github.com/Faithful-Resource-Pack/App#readme",
"dependencies": {
"@vitejs/plugin-vue2": "^2.3.3",
"axios": "^1.7.9",
"d3": "7.9.0",
"dompurify": "^3.2.3",
"dotenv": "^16.4.7",
"marked": "~15.0.6",
"moment": "^2.30.1",
"pinia": "^2.3.1",
"prettier": "^3.4.2",
"prismjs": "~1.29.0",
"vite": "^6.0.11",
"vue": "^2.7.16",
"vue-calendar-heatmap": "0.8.4",
"vue-graph": "0.8.7",
"vue-prism-editor": "1.3.0",
"vue-router": "^3.6.5",
"vue-tippy": "4.16.1",
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/prismjs": "^1.26.5",
"nodemon": "^3.1.9"
}
}