-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.58 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
{
"scripts": {
"build:watch": "webpack watch --mode development",
"build:dev": "webpack --mode development --bail",
"start": "firebase serve --only hosting & open http://localhost:5000",
"build": "webpack --mode production --bail --progress --profile"
},
"name": "personal-site",
"description": "This is a personal website written by BoddySpargos.",
"version": "1.3.0",
"main": "index.js",
"browserList": [
"defaults",
"not IE 11",
"maintained node versions"
],
"dependencies": {
"@babel/core": "^7.15",
"@babel/preset-env": "^7.15",
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.10",
"@types/node": "^16.10",
"angular": "~1.8",
"angular-route": "~1.8",
"angular-sanitize": "~1.8",
"autoprefixer": "^10.3.7",
"babel-loader": "^8.2",
"bootstrap": "^5.1",
"copy-webpack-plugin": "^9.0",
"css-loader": "^6.3",
"css-minimizer-webpack-plugin": "^3.0.2",
"firebase": "^9.0",
"gsap": "^3.0",
"html-webpack-plugin": "^5.3",
"mini-css-extract-plugin": "^2.3.0",
"postcss-loader": "^6.0",
"sass": "^1.42",
"sass-loader": "^12.1",
"style-loader": "^3.3",
"ts-loader": "^9.2",
"typescript": "^4.4",
"webpack": "^5.55",
"webpack-cli": "^4.8"
},
"repository": {
"type": "git",
"url": "https://github.com/tboddyspargo/personal-site.git"
},
"author": "Tyler BoddySpargo",
"license": "MIT",
"bugs": {
"url": "https://github.com/tboddyspargo/personal-site/issues"
},
"homepage": "https://github.com/tboddyspargo/personal-site#readme"
}