-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.76 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": "@deep-foundation/perception-imports",
"version": "0.0.58",
"license": "Unlicense",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"watch": "tsc -w --project tsconfig.json",
"unbuild": "rimraf ./*.js; rimraf ./*.js.map; rimraf ./*.d.ts; (cd ./imports; rimraf ./*.js; rimraf ./*.js.map; rimraf ./*.d.ts; cd ../); (cd ./imports/gql; rimraf ./*.js; rimraf ./*.js.map; rimraf ./*.d.ts; cd ../..); (cd ./benchmarks; rm -f ./*.js; rm -f ./*.js.map; rm -f ./*.d.ts; cd ..); (cd ./imports/router; rimraf ./*.js; rimraf ./*.js.map; rimraf ./*.d.ts; cd ../..); (cd ./tests; rimraf ./*.js; rimraf ./*.js.map; rimraf ./*.d.ts; cd ../)",
"publish": "npm run build && npm publish --access public && npm run unbuild",
"release": "npm version patch && git push",
"app:sync": "npm run build; rsync -a ./imports ../node_modules/@deep-foundation/perception-imports/; npm run unbuild",
"app:dev": "npm run app:sync; (cd ../; rm -rf app; npm run dev)"
},
"peerDependencies": {
"@deep-foundation/deeplinks": "^0.0.443",
"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": {
"@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/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",
"@deep-foundation/store": "^0.0.31",
"@monaco-editor/react": "^4.6.0",
"@solid-primitives/geolocation": "^1.4.14",
"@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",
"base64-blob": "^1.4.1",
"capacitor-voice-recorder": "^5.0.0",
"classnames": "^2.5.1",
"eslint-linter-browserify": "^9.8.0",
"jquery": "^3.7.1",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.2.1",
"react-resize-detector": "^11.0.1",
"set-function-name": "^2.0.2",
"use-async-memo": "^1.2.5",
"webtorrent": "^2.5.0"
}
}