-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
54
55
{
"name": "explore_flask",
"version": "1.0.0",
"description": "> Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liranfar/Flask.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/liranfar/Flask/issues"
},
"homepage": "https://github.com/liranfar/Flask#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babelify": "^8.0.0",
"bower": "^1.8.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-browser": "^2.1.4",
"gulp-less": "^4.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.2.0",
"gulp-open": "^3.0.0",
"gulp-uglify": "^3.0.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"run-sequence": "^2.2.1",
"uglify": "^0.1.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"axios": "^0.18.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2"
}
}