-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
{
"name": "flask-react",
"version": "0.1.0",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"autoprefixer": "^9.7.4",
"axios": "^0.19.2",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"browser-sync": "^2.26.7",
"browserify": "^16.0.0",
"create-react-class": "^15.6.3",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-csso": "^4.0.1",
"gulp-gzip": "^1.4.2",
"gulp-load-plugins": "^2.0.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"description": "install dependencies",
"repository": {
"type": "git",
"url": "git+https://github.com/imciflam/spotify-flask-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imciflam/spotify-flask-server/issues"
},
"homepage": "https://github.com/imciflam/spotify-flask-server#readme"
}