-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.12 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
{
"name": "BeatWave",
"version": "1.0.0",
"description": "[Heroku link][heroku]",
"main": "index.js",
"engines": {
"node": "7.4.0",
"npm": "4.0.5"
},
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-modal": "^1.6.5",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"eslint": "^3.15.0"
},
"scripts": {
"start": "node_modules/.bin/webpack --watch",
"webpack": "node_modules/.bin/webpack",
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lceames/BeatWave.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lceames/BeatWave/issues"
},
"homepage": "https://github.com/lceames/BeatWave#readme"
}