-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.8 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
{
"name": "joshuamorris_com",
"version": "1.0.0",
"description": "joshuamorris.com website",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"favicons": "^6.2.2",
"jquery": "^3.6.0",
"material-components-web": "^11.0.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.4",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"html5-boilerplate": "^8.0.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.6.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"postcss": "^8.2.15",
"postcss-loader": "^5.3.0",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-modernizr-loader": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --config webpack.dev.js --mode development",
"build": "webpack --config webpack.prod.js --mode production",
"preview": "npm run build && http-server dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuamorris3/joshuamorris_com.git"
},
"keywords": [
"static"
],
"author": "Joshua Morris",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshuamorris3/joshuamorris_com/issues"
},
"homepage": "https://github.com/joshuamorris3/joshuamorris_com#readme"
}