-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "gregk.me",
"version": "1.1.0",
"description": "portfolio website",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"deploy": "rsync -rv dist/ $WWW_HOST:$WWW_PATH/",
"start": "webpack-dev-server --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gknapp/gregk.me.git"
},
"keywords": [],
"author": "Greg Knapp <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/gknapp/gregk.me/issues"
},
"homepage": "https://gregk.me",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^3.6.0",
"eslint": "^7.9.0",
"eslint-loader": "^4.0.2",
"file-loader": "^6.1.0",
"html-loader": "^1.3.1",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.1.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"aos": "^2.3.4",
"jquery": "^1.12.4"
}
}