-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "QuickDrive",
"version": "2.0.5",
"private": true,
"description": "Chrome extension to access Google Drive quickly.",
"main": "gulpfile.js",
"keywords": [
"Google",
"Drive",
"Chrome"
],
"author": "t-murota",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-env": "^0.4.0",
"gulp-extend": "^0.3.0",
"gulp-header": "^2.0.9",
"gulp-imagemin": "^6.0.0",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^1.2.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^5.0.0",
"react-scripts": "3.0.1",
"redux-devtools": "^3.3.1",
"style-loader": "^0.23.0",
"webpack": "^4.35.3",
"webpack-stream": "^5.1.1"
},
"dependencies": {
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
}
}