-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "vyapi-react",
"version": "1.0.0",
"description": "A Retrospective app built in React",
"main": "index.jsx",
"scripts": {
"prod": "webpack -p",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vyapi/vyapi-react.git"
},
"keywords": [
"vyapi"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vyapi/vyapi-react/issues"
},
"homepage": "https://github.com/Vyapi/vyapi-react#readme",
"dependencies": {
"react": "15.0.2",
"react-dom": "15.0.2",
"react-redux": "^4.4.5",
"react-router": "2.4.0",
"redux": "3.5.2"
},
"devDependencies": {
"babel-core": "6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"eslint": "^1.1.0",
"eslint-config-airbnb": "0.1.0",
"eslint-config-airplus": "1.1.1",
"eslint-plugin-react": "^3.16.1",
"html-webpack-plugin": "2.17.0",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
}
}