This repository was archived by the owner on Oct 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 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": "dnote-extension",
"description": "Dnote browser extension for Chrome and firefox",
"scripts": {
"clean": "./node_modules/.bin/gulp clean",
"watch-firefox": "TARGET=firefox ./node_modules/.bin/gulp watch",
"watch-chrome": "TARGET=chrome ./node_modules/.bin/gulp watch"
},
"author": "Sung Won Cho <mikeswcho@gmail.com> (https://sung.io/)",
"license": "MIT",
"version": "1.0.0",
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.5",
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-select": "^1.2.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.0",
"babelify": "^10.0.0",
"browserify": "^16.1.0",
"del": "^3.0.0",
"event-stream": "3.3.4",
"gulp": "^3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.0",
"gulp-livereload": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-replace": "^1.0.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-zip": "^4.1.0",
"run-sequence": "^2.2.1",
"vinyl-source-stream": "^2.0.0"
}
}