-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
50
51
{
"name": "self-replicating-repo",
"version": "0.1.0",
"description": "Used to copy this App to a new repo in your GitHub account..",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config ./webpack.config.js --watch --mode development",
"build": "webpack -p --config ./webpack.config.js --mode production",
"heroku-postbuild": "webpack -p --config ./webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noanflaherty/self-replicating-repo.git"
},
"keywords": [
"python",
"react",
"redux",
"flask"
],
"author": "Noa Flaherty",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"axios": "^0.18.0",
"css-loader": "^1.0.1",
"ini": "^1.3.5",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-github-login": "^1.0.3",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-form": "^7.4.2",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"socket.io-client": "^2.1.1",
"style-loader": "^0.23.1"
}
}