-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.64 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.64 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
53
54
55
{
"name": "react-dumb-table",
"version": "0.1.11",
"description": "React table component with pagination, columns resize, fixed header and footer.",
"repository": {
"type": "git",
"url": "https://github.com/Rusya13/react-dumb-table.git"
},
"main": "index.js",
"keywords": [
"react",
"table",
"datagrid"
],
"author": "Santon",
"license": "ISC",
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"dev_story": "npm run build && (npm run storybook && npm run dev)",
"dev_story_win": "npm run build && (concurrently --kill-others \"npm run storybook\" \"npm run dev\")",
"storybook": "start-storybook -p 9001 -c .storybook",
"ghp": "build-storybook -c .storybook -o docs"
},
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-resize-detector": "^1.1.0"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.3.0",
"@kadira/storybook": "^2.35.3",
"@kadira/storybook-addon-knobs": "^1.7.1",
"@kadira/storybook-addon-options": "^1.0.1",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.26.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-watch": "^4.3.11",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"storybook-host": "^1.0.14",
"storybook-readme": "^1.3.0",
"style-loader": "^0.13.1"
}
}