forked from zapkub/react-thailand-address-typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.9 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
66
67
68
{
"name": "react-thailand-address-typeahead",
"version": "1.0.0",
"main": "src/index.js",
"repository": {
"url": "[email protected]:zapkub/react-thailand-address-typeahead.git",
"type": "git"
},
"scripts": {
"commit": "git-cz",
"release": "npm run build && standard-version --prerelease beta",
"test": "jest",
"build": "babel src --out-dir dist --copy-files",
"webpack": "webpack",
"storybook": "start-storybook -p 9001 -c .storybook",
"export": "build-storybook -c .storybook -o .out"
},
"author": "Rungsikorn Rungsikavarnich <[email protected]>",
"license": "MIT",
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babili-webpack-plugin": "^0.0.11",
"commitizen": "^2.9.6",
"css-loader": "^0.28.0",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-clogii": "^1.0.1",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"flow-remove-types": "^1.2.0",
"jest": "^19.0.2",
"json-loader": "^0.5.4",
"next": "^2.1.0",
"standard-version": "^4.0.0",
"style-loader": "^0.16.1",
"webpack": "^2.3.3",
"react": "15.4.0",
"react-dom": "15.5.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"jest": {
"transform": {
"\\.js$": "./__test__/flow-type-strip.register.js"
}
},
"peerDependencies": {
"react": "15.4.0",
"react-dom": "15.5.3"
},
"dependencies": {
"jqljs": "^0.3.2",
"recompose": "0.23.0"
}
}