-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 940 Bytes
/
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
{
"name": "whoisatmarstoday",
"version": "1.2.1",
"description": "A Mars mission tracker",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codemacabre/whoisatmarstoday.git"
},
"author": "Myles Lewando",
"license": "Hippocratic-3.0",
"bugs": {
"url": "https://github.com/codemacabre/whoisatmarstoday/issues"
},
"homepage": "https://github.com/codemacabre/whoisatmarstoday#readme",
"dependencies": {
"vue": "^3.2.37",
"wtf_wikipedia": "^10.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"eslint": "^8.21.0",
"sass": "^1.54.5",
"vite": "^3.0.4",
"vitest": "^0.21.0"
},
"type": "module"
}