-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.41 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.41 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
{
"name": "react-data-grid-proto",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:CrossroadsCX/react-data-grid-proto.git",
"author": "Chris Birk <cmbirk@gmail.com>",
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-data-grid": "^7.0.0-beta.13",
"react-dom": "^18.2.0",
"react-select": "^5.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@crossroadscx/eslint-config": "^0.0.8",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-docs": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack4": "^6.5.9",
"@storybook/manager-webpack4": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-loader": "^8.2.5",
"chromatic": "^6.7.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint src --ext .ts,.tsx --fix"
}
}