-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.45 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
{
"name": "semester-project-2022",
"description": "Semester project in Front-End Development, second year, Noroff VOC Oslo ",
"version": "1.0.0",
"main": "src/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "npx eslint .",
"lint-fix": "npx eslint --fix .",
"format": "prettier -w ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/frk-sandkake/semester-project-lindaMsandaker.git"
},
"author": "Linda Sandaker",
"license": "ISC",
"bugs": {
"url": "https://github.com/frk-sandkake/semester-project-lindaMsandaker/issues"
},
"homepage": "https://github.com/frk-sandkake/semester-project-lindaMsandaker#readme",
"devDependencies": {
"@babel/eslint-plugin": "^7.22.10",
"@tailwindcss/forms": "^0.5.6",
"autoprefixer": "^10.4.16",
"babel-eslint": "^10.1.0",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0",
"@tailwindcss/typography": "^0.5.10",
"flowbite": "^2.0.0"
},
"dependencies": {
}
}