-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.26 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "personal_portfolio",
"version": "1.0.0",
"description": "personal portolio",
"main": "webpack.build.js",
"scripts": {
"build": "webpack --config webpack.build.js",
"start": "webpack-dev-server --config webpack.dev.js --open",
"dev": "vue-cli-service serve --open",
"lint": "eslint . --ext .js,.html,.vue",
"lint:fix": "npm run lint -- --fix",
"cy:run": "cypress run",
"cy:open": "cypress open"
},
"author": "Joan Vicens Vallés Cervera",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoanVicens/joanvicens.github.io/issues"
},
"homepage": "https://github.com/JoanVicens/joanvicens.github.io",
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"@glidejs/glide": "^3.5.2",
"@testing-library/cypress": "^8.0.2",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@vue/cli-service": "^5.0.1",
"animate.css": "^4.1.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.1",
"cypress": "^9.5.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-vue": "^8.4.1",
"file-loader": "^6.2.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.4.5",
"prettier": "^2.2.1",
"sass": "^1.45.2",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"vue": "^3.2.31",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"browserslist": [
"defaults",
"not IE 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JoanVicens/joanvicens.github.io.git"
},
"dependencies": {
"@vue/composition-api": "^1.7.0"
}
}