-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 3.62 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
105
106
107
108
109
110
111
112
{
"name": "near-bos-webcomponent",
"version": "0.0.9",
"homepage": "https://github.com/NEARBuilders/near-bos-webcomponent",
"repository": {
"type": "git",
"url": "https://github.com/NEARBuilders/near-bos-webcomponent.git"
},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"dependencies": {
"@near-wallet-selector/modal-ui-js": "8.9.10",
"@web3-onboard/injected-wallets": "^2.11.1",
"@web3-onboard/ledger": "^2.7.1",
"@web3-onboard/react": "^2.9.1",
"@web3-onboard/walletconnect": "^2.6.1",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.9.0",
"dompurify": "^3.0.6",
"local-storage": "^2.0.0",
"near-api-js": "^4.0.4",
"near-social-vm": "NEARBuilders/VM#feat/rspack",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-typeahead": "^6.1.2",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"socket.io-client": "^4.7.5"
},
"scripts": {
"bos-workspace": "bw",
"rspack": "rspack build",
"dev:gateway": "yarn run rspack --env mode=development --watch",
"prod": "yarn run rspack --env mode=production",
"prod:analyze": "yarn run prod --analyze",
"build": "yarn run prod",
"dev": "yarn run clean && concurrently \"yarn run dev:gateway\" \"wait-on dist/index.html && yarn run dev:apps\"",
"dev:apps": "yarn run bw dev",
"start": "yarn run dev && http-server -p 3000 dist --allowed-hosts=all",
"serve:prod": "http-server -p 3000 dist",
"clean": "rimraf dist",
"generateimportmap": "(cd public && jspm link index.html -o index.html)",
"bos:build": "bw build && mv build/src/widget/* build/src/ && rm -Rf build/src/widget",
"bos:dry-run": "yarn run bos:build && cd ./build && bos components diff bos.forum.potlock.near network-config mainnet",
"bos:deploy": "yarn run bos:build && cd ./build && bos components deploy",
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"test:ui:codespaces": "npx playwright test --ui-host=0.0.0.0",
"nearfs:publish-library:create:car": "ipfs-car pack dist/ --output dist.car",
"nearfs:publish-library:upload:car": "NODE_ENV=mainnet node ./node_modules/nearfs/scripts/upload-car.js dist.car"
},
"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": {
"@playwright/test": "^1.38.1",
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"assert": "^2.0.0",
"bos-workspace": "^1.0.0-alpha.37",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.2.0",
"http-server": "^14.1.1",
"https-browserify": "^1.0.0",
"ipfs-car": "^1.2.0",
"jspm": "^3.1.0",
"nearfs": "https://github.com/vgrichina/nearfs",
"ora": "^8.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"prettier": "3.3.2",
"process": "^0.11.10",
"rspack-manifest-plugin": "^5.0.0",
"sass": "^1.66.1",
"sass-loader": "^13.1.0",
"socket.io": "^4.7.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.2.1",
"url": "^0.11.0",
"wait-on": "^8.0.0",
"webpack-merge": "^5.8.0"
},
"nearfs": {
"cid": "bafybeiftqwg2qdfhjwuxt5cjvvsxflp6ghhwgz5db3i4tqipocvyzhn2bq"
}
}