forked from colebemis/tabio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.74 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
{
"name": "tabio",
"version": "0.0.0",
"repository": "https://github.com/colebemis/tabio.git",
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"license": "MIT",
"scripts": {
"start": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack -p",
"lint": "eslint --ext .js,.jsx .",
"cm": "git-cz",
"precommit": "lint-staged",
"commitmsg": "commitlint --edit",
"release": "webstore upload --source=dist --auto-publish"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"fuse.js": "^3.0.5",
"glamor": "^2.20.40",
"glamorous": "^4.4.0",
"mousetrap": "^1.6.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"@commitlint/cli": "^3.2.0",
"@commitlint/config-angular": "^3.1.1",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"chrome-webstore-upload-cli": "^1.1.1",
"commitizen": "^2.10.1",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.5",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.4.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.3.0",
"husky": "^0.14.3",
"lint-staged": "^4.1.3",
"prettier": "^1.6.1",
"react-devtools": "^2.5.0",
"webpack": "^3.4.0"
}
}