-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.62 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.62 KB
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Web Page Portfolio for Tyson Farley",
"private": true,
"scripts": {
"test": "jest --colors",
"build": "webpack",
"dev": "npm run build -- --mode development",
"prod": "npm run build -- --mode production",
"start": "npm run watch",
"watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeavyT12/Portfolio.git"
},
"keywords": [
"Tyson",
"Farley",
"Portfolio"
],
"author": "tfarley",
"license": "ISC",
"bugs": {
"url": "https://github.com/HeavyT12/Portfolio/issues"
},
"homepage": "https://github.com/HeavyT12/Portfolio#readme",
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"common-tags": "^1.8.2",
"html-webpack-plugin": "^5.5.0",
"lodash-es": "^4.17.21",
"path": "^0.12.7",
"style-loader": "^3.3.1",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-recaptcha": "^1.3.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"vuelidate": "^0.7.7",
"vuelidate-error-extractor": "^2.4.1",
"vuetify": "^2.6.14",
"vuetify-loader": "^1.7.3",
"vuex": "^3.6.2",
"webpack": "^5.72.0",
"webpack-google-tag-manager-plugin": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.5.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",
"jest": "^27.5.1",
"material-design-icons-iconfont": "^6.7.0",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"vue-jest": "^3.0.7",
"webpack-cli": "^4.9.2"
}
}