-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
62
63
64
65
{
"name": "tab-helper",
"version": "0.0.1",
"description": "To close or bookmark multiple chrome tabs",
"scripts": {
"dev": "node scripts/dev",
"build": "node scripts/build",
"clean": "rimraf build/ dev/",
"lint": "eslint app chrome test scripts webpack/*.js"
},
"keywords": [
"chrome",
"extension",
"react",
"redux",
"webpack"
],
"devDependencies": {
"babel-core": "^6.3.15",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-plugin-webpack-loaders": "^0.7.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"chromedriver": "^2.19.0",
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^9.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"jade": "^1.11.0",
"minimist": "^1.2.0",
"postcss-loader": "^0.9.1",
"react-devtools": "3.2.1",
"rimraf": "^2.4.3",
"selenium-webdriver": "^2.47.0",
"shelljs": "^0.7.0",
"sinon": "^1.17.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-httpolyglot-server": "^0.2.0",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"bluebird": "^3.3.4",
"classnames": "^2.1.3",
"lodash": "^4.17.4",
"immutability-helper": "^2.0.0",
"react": "^15.0.2",
"react-dock": "^0.2.3",
"react-dom": "^15.0.2",
"react-redux": "^4.3.0",
"redux": "^3.2.1",
"redux-thunk": "^2.0.1"
}
}