forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "kf7hvm-com",
"version": "1.0.0",
"description": "KF7HVM blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack-cli --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masenf/kf7hvm-com.git"
},
"author": "Masen Furer",
"license": "ISC",
"bugs": {
"url": "https://github.com/masenf/kf7hvm-com/issues"
},
"homepage": "https://github.com/masenf/kf7hvm-com#readme",
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"babel-loader": "^8.2.1",
"css-loader": "^5.0.1",
"fetch-jsonp": "^1.1.3",
"react": "^17.0.1",
"react-addons-update": "^15.6.2",
"react-autocomplete": "^1.8.1",
"react-datetime-picker": "^3.0.4",
"react-dom": "^17.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
}
}