forked from leolabs/glide-data-grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.9 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
{
"name": "root",
"version": "4.2.0",
"scripts": {
"start": "npm run storybook",
"bootstrap": "./bootstrap.sh",
"build": "./build-all.sh",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -o storybook-build/",
"prod-storybook": "npm run build-storybook && npx http-server storybook-build -p 9009",
"test": "cd packages/core && npm run test --",
"test-18": "./setup-react-18-test.sh && cd packages/core && npm run test --",
"test-source": "cd packages/source && npm run test",
"test-projects": "cd test-projects/ && ./bootstrap-projects.sh"
},
"author": "Glide",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-controls": "^6.3.2",
"@storybook/addon-links": "^6.3.2",
"@storybook/addon-storysource": "^6.3.2",
"@storybook/addons": "^6.3.2",
"@storybook/react": "^6.4.19",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/cheerio": "^0.22.30",
"@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/faker": "^5.5.8",
"@types/lodash": "^4.14.177",
"@types/marked": "^4.0.2",
"@types/react": "^16.14.21 || 17.x",
"@types/react-dom": "^16.9.5 || 17.x",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/styled-components": "5.1.14",
"@types/testing-library__jest-dom": "^5.14.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/typescript-estree": "^4.33.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^2.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"faker": "^5.5.3",
"jest-canvas-mock": "^2.3.1",
"jest-without-globals": "0.0.3",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"react": "^16.12.0 || 17.x || 18.x",
"react-dom": "^16.12.0 || 17.x || 18.x",
"react-laag": "^2.0.3",
"react-syntax-highlighter": "^15.4.5",
"react-virtualized": "^9.21.0",
"styled-components": "5.2.0",
"ts-jest": "^27.0.7",
"tsc-esm-fix": "^2.7.8",
"typescript": "^4.5.2"
},
"dependencies": {}
}