-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.71 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
56
57
58
59
60
61
{
"name": "steemit-enhancer",
"version": "1.1.0",
"description": "This is a chrome extension that enhances the functions of steemit.com",
"scripts": {
"dev-r": "node scripts/devReloadable",
"dev-s": "node scripts/devStatic",
"build": "node scripts/build"
},
"repository": {
"type": "git",
"url": "https://github.com/yjiq150/steemit-enhancer.git"
},
"keywords": [
"chrom extension",
"steemit.com"
],
"author": "YoungJae Kwon <yjiq150@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.0",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.3.13",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"crx": "^3.0.3",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
"minimist": "^1.2.0",
"node-sass": "^4.9.1",
"pug-cli": "^1.0.0-alpha6",
"sass-loader": "^7.0.3",
"shelljs": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^1.0.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"antd": "^3.6.5",
"classnames": "^2.1.3",
"prop-types": "^15.6.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-intl": "^2.4.0",
"react-redux": "^4.4.9",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0"
}
}