-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
104 lines (104 loc) · 3.52 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@deep-foundation/perception-imports",
"version": "0.0.140",
"license": "Unlicense",
"type": "module",
"main": "import.js",
"scripts": {
"package:build": "tsc --project tsconfig.json",
"build": "npm run package:build",
"watch": "tsc -w --project tsconfig.json",
"package:unbuild": "rimraf ./*.js; rimraf ./*.js.map; rimraf ./*.d.ts; (cd ./imports; rimraf ./*.js; rimraf ./*.js.map; rimraf ./*.d.ts; cd ../);",
"unbuild": "npm run package:unbuild",
"package:publish": "npm run build && npm publish --access public && npm run unbuild",
"package:release": "npm version patch && git push",
"app:sync": "npm run build; rsync -a ./imports ../node_modules/@deep-foundation/perception-imports/; cp ./import.js ../node_modules/@deep-foundation/perception-imports/import.js; npm run unbuild",
"app:dev": "npm run app:sync; (cd ../; rm -rf app; npm run dev)"
},
"peerDependencies": {
"@deep-foundation/deeplinks": "^0.0.616",
"next": "^14.2.13",
"react": "^18.3.1"
},
"engines": {
"node": "^18"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/get-value": "^3.0.3",
"clean-webpack-plugin": "^4.0.0",
"fs-extra": "^11.1.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"migrate": "^2.0.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1"
},
"dependencies": {
"@apollo/sandbox": "^2.7.0",
"@capacitor-community/background-geolocation": "^1.2.17",
"@capacitor/app": "^5.0.7",
"@capacitor/core": "^5.7.5",
"@capacitor/device": "^5.0.7",
"@capacitor/geolocation": "^5.0.7",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/view": "^6.30.0",
"@monaco-editor/react": "^4.6.0",
"@pbe/react-yandex-maps": "^1.2.5",
"@rjsf/chakra-ui": "^5.21.1",
"@rjsf/core": "^5.21.1",
"@rjsf/validator-ajv8": "^5.21.1",
"@solid-primitives/geolocation": "^1.4.14",
"@types/node": "^22.5.5",
"@uiw/codemirror-extensions-langs": "^4.23.0",
"@uiw/codemirror-theme-github": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"aframe": "^1.6.0",
"aframe-react": "^4.4.0",
"axios-hooks": "^5.0.2",
"base64-blob": "^1.4.1",
"capacitor-voice-recorder": "^5.0.0",
"classnames": "^2.5.1",
"d3": "^7.9.0",
"d3-force-3d": "^3.0.5",
"emoji-picker-react": "^4.12.0",
"eslint-linter-browserify": "^9.8.0",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"is-hotkey": "^0.2.0",
"jquery": "^3.7.1",
"json5": "^2.2.3",
"md5": "^2.3.0",
"moment": "^2.30.1",
"re-resizable": "^6.9.18",
"react-hook-form": "^7.53.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^15.0.2",
"react-icons": "^5.2.1",
"react-infinite-scroller": "^1.2.6",
"react-linkify": "^1.0.0-alpha",
"react-planet": "^1.0.1-ie11",
"react-resize-detector": "^11.0.1",
"recharts": "^2.12.7",
"set-function-name": "^2.0.2",
"slate": "^0.103.0",
"slate-react": "^0.110.1",
"slate-serializers": "^2.2.1",
"slate-soft-break": "^0.9.0",
"use-async-memo": "^1.2.5",
"webtorrent": "^2.5.0"
}
}