-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.41 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@rocket.chat/uikit-playground",
"version": "0.1.1",
"homepage": "https://intvivek.github.io/RCplayground",
"private": true,
"dependencies": {
"@codemirror/lang-javascript": "^6.0.1",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/tooltip": "^0.19.16",
"@lezer/highlight": "^1.0.0",
"@rocket.chat/css-in-js": "^0.31.12",
"@rocket.chat/fuselage": "^0.31.13",
"@rocket.chat/fuselage-hooks": "^0.31.13",
"@rocket.chat/fuselage-polyfills": "^0.31.13",
"@rocket.chat/fuselage-toastbar": "^0.31.23",
"@rocket.chat/fuselage-tokens": "^0.31.13",
"@rocket.chat/fuselage-ui-kit": "^0.31.13",
"@rocket.chat/icons": "^0.31.13",
"@rocket.chat/logo": "^0.31.13",
"@rocket.chat/styled": "^0.31.13",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"codemirror": "^6.0.1",
"eslint-plugin-mdx": "^2.0.2",
"eslint4b-prebuilt": "^6.7.2",
"json5": "^2.2.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-split-pane": "^0.1.92",
"react-virtuoso": "1.2.4",
"reactflow": "^11.7.2",
"typescript": "^4.7.2",
"use-subscription": "^1.7.0",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"webpack": "^5.72.1"
},
"scripts": {
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"lint-staged": "lint-staged",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@rocket.chat/eslint-config-alt": "^0.31.13",
"@types/lodash": "^4.14.194",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/uuid": "^9.0.1",
"eslint": "~8.8.0",
"eslint-plugin-import": "^2.25.4",
"gh-pages": "^4.0.0",
"lint-staged": "~12.3.3",
"prettier": "2.7.1"
},
"postcss": {
"plugins": {
"postcss-plugin": {}
}
}
}