-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "react-yadisk",
"version": "1.0.0",
"description": "react-based YaDisk client",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rejjer/react-yadisk"
},
"author": "rejjer",
"license": "ISC",
"homepage": "https://github.com/rejjer/react-yadisk",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"style-loader": "^0.19.0",
"webpack": "^2.0.0",
"webpack-dev-server": "^2.0.0"
},
"dependencies": {
"axios": "^0.17.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^2.1.2",
"node-sass": "^4.7.2",
"prop-types": "^15.6.0",
"react": "^15.5.0",
"react-bootstrap": "^0.31.5",
"react-cookies": "^0.1.0",
"react-dom": "^15.5.0",
"react-modal-bootstrap": "^1.1.1",
"react-router-dom": "^4.2.2",
"sass-loader": "^6.0.6"
}
}