-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 KB
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
{
"name": "@konforti/react-truncate",
"version": "1.1.0",
"description": "Long text truncation",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"prepare": "yarn clean; rollup -c",
"flow": "flow",
"storybook": "start-storybook -p 9001 -c examples/.storybook"
},
"keywords": [
"long text",
"truncate",
"trim",
"react"
],
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 4
},
"devDependencies": {
"@storybook/cli": "^3.4.10",
"@storybook/node-logger": "^3.4.10",
"@storybook/react": "^3.4.10",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"flow-bin": "^0.79.1",
"prettier": "^1.14.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"rimraf": "^2.6.2",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-terser": "^1.0.1"
},
"author": "Raz Konforti <konforti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/konforti/react-truncate/issues"
},
"homepage": "https://github.com/konforti/react-truncate#readme",
"dependencies": {
"@konforti/truncate": "^1.0.1"
}
}