-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "react-reading-time",
"version": "1.0.0",
"description": "react app to estimate the reading time for an article",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./example/webpack.config.js --hot --port 8881"
},
"author": "P Joshi <joshipv2@gmail.com> (https://github.com/papajo)",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}