-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "package.json",
"version": "1.0.0",
"description": "Personal Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"start": "node ./server/index.js",
"build": "webpack -p",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"postinstall": "webpack",
"heroku-postbuild": "webpack -p"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"jquery": "^3.4.0",
"popper.js": "^1.15.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"webpack": "^3.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wallacez/website.git"
},
"bugs": {
"url": "https://github.com/wallacez/website/issues"
},
"homepage": "https://github.com/wallacez/website#readme"
}