-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
{
"name": "square-up-web",
"version": "0.0.1",
"description": "SquareUp web front end",
"main": "src/index.js",
"scripts": {
"test": "test",
"build": "webpack",
"dev": "webpack-dev-server --open --https",
"postinstall": "./node_modules/.bin/webpack",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mrman/square-up-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mrman/square-up-web/issues"
},
"homepage": "https://github.com/Mrman/square-up-web#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"html-webpack-template": "^5.6.0",
"react-facebook-login": "^4.0.1",
"react-hot-loader": "^3.0.0-beta.7",
"redux-devtools-extension": "^2.13.2",
"style-loader": "^0.19.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"bulma": "^0.5.3",
"express": "^4.16.1",
"history": "^4.7.2",
"npm": "^6.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-facebook-login-component": "^0.9.2",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
}
}