-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "react-cal",
"version": "1.0.0",
"description": "react calendar with reflexbox, css modules",
"main": "webpack.config.js",
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "okanthony",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.23.0",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.26.2",
"eslint": "^4.1.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-blackduck": "git+https://github.com/blackducksoftware/eslint-config-blackduck.git",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.0",
"eslint-plugin-react": "^7.1.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"whatwg-fetch": "^2.0.3"
}
}