-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "problemlosning",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write frontend/src/"
},
"dependencies": {
"@babel/core": "^7.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vitejs/plugin-vue": "^4.2.3",
"pinia": "^2.0.36",
"vite": "^5.0.11",
"vue": "^3.3.2",
"vue-router": "^4.2.0",
"webpack": "^5.0.0",
"yarn": "^1.22.21"
},
"devDependencies": {
"@babel/eslint-parser": "*",
"@rushstack/eslint-patch": "^1.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"node-sass": "^9.0.0",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"sass-loader": "^13.3.2"
}
}