-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "simple-portfolio",
"description": "Personal portfolio site",
"homepage": "https://bradleysmith.tech",
"version": "1.6.2",
"license": "MIT",
"private": true,
"author": "Bradley Smith",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@mdi/js": "^7.0.96",
"vue": "^3.2.41",
"vue-collapsed": "^1.0.2",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@mojojoejo/vite-plugin-purgecss": "^1.1.0",
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"vite": "^3.1.8",
"vite-plugin-html": "^3.2.2",
"vite-plugin-radar": "^0.9.3",
"vite-plugin-webfont-dl": "^3.6.0"
}
}