forked from bitchcraft/crabby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.21 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
69
70
71
72
73
74
75
76
77
{
"name": "@bitchcraft/crabby",
"version": "0.0.1",
"private": false,
"description": "Native ReactJS clamping component for plaintext with customizable expand/collapse button",
"license": "BSD-3-Clause",
"dependencies": {
"@bitchcraft/ocake": "^1.0.2",
"lodash": "^4.17.5",
"lodash.memoize": "^4.1.2",
"react": "^16.2.0",
"react-tap-event-plugin": "^3.0.2",
"recompose": "^0.26.0",
"utfstring": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-react": "^1.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.16.0",
"codemirror": "^5.36.0",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-flowtype-errors": "^3.3.7",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eventsource-polyfill": "^0.9.6",
"expect": "^1.13.2",
"flow-bin": "^0.66.0",
"jest": "^20.0.4",
"markdown-to-jsx": "^6.5.2",
"prop-types": "^15.6.1",
"react-codemirror2": "^4.2.1",
"react-dom": "^16.2.0",
"react-group": "^1.0.5",
"react-icons": "^2.2.7",
"react-styleguidist": "^6.4.0",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.11.0"
},
"jest": {
"moduleFileExtensions": [
"js"
],
"moduleDirectories": [
"node_modules"
],
"unmockedModulePathPatterns": [
"babel-loader",
"babel-plugin-react-transform",
"babel-jest"
]
},
"scripts": {
"test": "node_modules/jest/bin/jest.js",
"prestart": "yarn install; yarn run test; if [ -e ./lib ]; then rm -rf ./lib; fi;",
"start": "yarn run bundle",
"bundle": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --progress",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"author": "Josh Li (https://github.com/maddrag0n)",
"contributors": [],
"main": "lib/crabby.es5.js",
"repository": "https://github.com/bitchcraft/crabby"
}