This repository was archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"name": "itable",
"version": "1.0.0",
"description": "React Table",
"main": "dist/index.js",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "lerna run build --stream",
"build-test": "babel test/index.js -o test/build.js",
"start": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepublish": "yarn build",
"publish": "lerna publish"
},
"repository": "git+https://github.com/superdispatch/aeos.git",
"keywords": [
"react",
"table"
],
"author": "doniyor2109 <doniyor2109@mail.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/superdispatch/tableit/issues"
},
"homepage": "https://github.com/superdispatch/tableit#readme",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^4.0.0-rc.6",
"@storybook/addon-links": "^4.0.0-rc.6",
"@storybook/addons": "^4.0.0-rc.6",
"@storybook/react": "^4.0.0-rc.6",
"@types/styled-components": "^4.1.18",
"babel-loader": "^8.0.4",
"lerna": "^3.4.3",
"typescript": "^3.6.2"
},
"dependencies": {
"@material-ui/core": "^3.4.0",
"antd": "^3.10.4",
"bootstrap": "^4.1.3",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"reactstrap": "^6.5.0",
"styled-components": "^4.0.2"
},
"private": true
}