-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
52
53
{
"name": "workshop-react",
"version": "0.1.0",
"private": true,
"repository": {
"url": "[email protected]:diegomura/workshop-react.git",
"type": "git"
},
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --inline --history-api-fallback"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.9.0",
"node-sass": "^3.12.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.9"
},
"dependencies": {
"classnames": "^2.2.5",
"input-moment": "^0.3.0",
"is-email": "^1.0.0",
"moment": "^2.17.1",
"react": "^15.3.2",
"react-datetime": "^2.7.5",
"react-dom": "^15.3.2",
"react-modal": "^1.6.1",
"react-octicon": "^2.0.0",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"sec-to-min": "^1.0.1",
"whatwg-fetch": "^2.0.1"
}
}