-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 877 Bytes
/
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
{
"name": "react_calculator",
"version": "0.1.0",
"author": {
"name": "Bashir Harrell"
},
"scripts": {
"start": "babel-node ./server/server.js",
"webpack": "webpack --config=webpack.config.js",
"build": "webpack --config webpack.config.js",
"predeploy": "npm run build",
"deploy": "npm run build&&gh-pages -d build"
},
"dependencies": {
"babel-cli": "^6.24.1",
"jquery": "^3.5.0",
"popper.js": "^1.14.3",
"prop-types": "^15.6.1"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"gh-pages": "^2.0.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"style-loader": "^0.20.3",
"webpack": "^4.0.1",
"webpack-cli": "^2.1.5"
},
"homepage": "https://bookofbash.github.io/react_calculator"
}