-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.33 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "trajano-portfolio",
"version": "2.0.0",
"description": "Archimedes Trajano portfolio site.",
"author": "Archimedes Trajano <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"fmt": "vue-cli-service lint --fix",
"test": "vue-cli-service lint",
"unit": "jest --coverage --watch",
"x-build": "webpack --mode=production",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"main": "src/app.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"core-js": "^3.8.3",
"fontfaceobserver": "^2.0.13",
"jquery": "^3.5.1",
"materialize-css": "^0.100.2",
"scriptjs": "^2.5.8",
"vue": "^2.6.14",
"vue-class-component": "^7.2.3",
"vue-directive-waves": "^2.0.2",
"vue-property-decorator": "^9.1.2",
"vue2-scrollspy": "^2.3.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@storybook/addon-actions": "^6.4.21",
"@storybook/addon-essentials": "^6.4.21",
"@storybook/addon-links": "^6.4.21",
"@storybook/builder-webpack5": "^6.4.21",
"@storybook/manager-webpack5": "^6.4.21",
"@storybook/vue": "^6.4.21",
"@types/jest": "^27.0.1",
"@types/jquery": "^3.5.14",
"@types/scriptjs": "0.0.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-plugin-vuex": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^27.0.0-alpha.2",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.4",
"browserslist": "^4.8.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^8.0.3",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.0",
"inject-loader": "^4.0.1",
"jest": "^27.5.1",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^12.3.7",
"prettier": "^2.6.2",
"responsive-loader": "^1.1.0",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"transform-runtime": "0.0.0",
"ts-jest": "^27.0.4",
"typescript": "~4.5.5",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
"bugs": {
"url": "https://github.com/trajano/trajano-portfolio/issues"
},
"cssnano": {
"preset": "advanced"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"homepage": "https://github.com/trajano/trajano-portfolio#readme",
"license": "EPL-2.0",
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/trajano/trajano-portfolio.git"
}
}