streamlit

Форк
0
/
package.json 
54 строки · 1.4 Кб
1
{
2
  "name": "streamlit-component-lib",
3
  "version": "2.0.0",
4
  "description": "Support code for Streamlit Components",
5
  "main": "dist/index.js",
6
  "types": "dist/index.d.ts",
7
  "files": [
8
    "dist"
9
  ],
10
  "scripts": {
11
    "build": "tsc",
12
    "test": "jest ./src"
13
  },
14
  "repository": {
15
    "type": "git",
16
    "url": "git+https://github.com/streamlit/streamlit.git"
17
  },
18
  "keywords": [
19
    "streamlit"
20
  ],
21
  "author": "Streamlit",
22
  "license": "Apache-2.0",
23
  "bugs": {
24
    "url": "https://github.com/streamlit/streamlit/issues"
25
  },
26
  "homepage": "https://github.com/streamlit/streamlit#readme",
27
  "dependencies": {
28
    "apache-arrow": "^11.0.0",
29
    "hoist-non-react-statics": "^3.3.2",
30
    "react": "^16.14.0",
31
    "react-dom": "^16.14.0"
32
  },
33
  "devDependencies": {
34
    "@babel/preset-env": "^7.21.4",
35
    "@babel/preset-react": "^7.18.6",
36
    "@babel/preset-typescript": "^7.21.4",
37
    "@testing-library/jest-dom": "^5.16.5",
38
    "@testing-library/react": "<13",
39
    "@types/hoist-non-react-statics": "^3.3.1",
40
    "@types/jest": "^29.5.0",
41
    "@types/node": "^12.0.0",
42
    "@types/react": "16.14.41",
43
    "@types/react-dom": "^16.9.0",
44
    "babel-jest": "^29.5.0",
45
    "jest": "^29.5.0",
46
    "jest-environment-jsdom": "^29.5.0",
47
    "ts-node": "^10.9.1",
48
    "typescript": "^5.0.4"
49
  },
50
  "resolutions": {
51
    "@types/hoist-non-react-statics/**/@types/react": "16.14.41",
52
    "@testing-library/react/**/@types/react": "16.14.41"
53
  }
54
}
55

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.