generated from NEARBuilders/near-bos-webcomponent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.57 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.57 KB
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
113
114
115
116
117
{
"name": "near-bos-webcomponent",
"version": "0.0.7",
"homepage": "https://github.com/petersalomonsen/near-bos-webcomponent",
"repository": {
"type": "git",
"url": "https://github.com/petersalomonsen/near-bos-webcomponent.git"
},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"dependencies": {
"@braintree/sanitize-url": "^6.0.2",
"@playwright/test": "^1.38.1",
"@rjsf/core": "^5.18.3",
"@rjsf/utils": "^5.18.3",
"@rjsf/validator-ajv8": "^5.18.3",
"big.js": "^6.1.1",
"bn.js": "^5.1.1",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.9.0",
"collections": "^5.1.12",
"error-polyfill": "^0.1.2",
"jsonld": "^8.3.2",
"local-storage": "^2.0.0",
"near-api-js": "^2.1.3",
"near-social-vm": "git+https://github.com/NearSocial/VM.git",
"near-social-vm-types": "^1.0.0",
"prettier": "^2.7.1",
"qrcode.react": "^3.1.0",
"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",
"schema-dts": "^1.1.2",
"styled-components": "^5.3.6",
"ts-json-schema-generator": "^2.1.1",
"zod": "^3.23.8"
},
"scripts": {
"webpack": "webpack",
"dev": "yarn run webpack --env mode=development",
"prod": "yarn run webpack --env mode=production",
"prod:analyze": "yarn run prod --env presets=analyze",
"build": "yarn run prod",
"start": "yarn run dev && http-server -p 3000 dist --allowed-hosts=all",
"serve:prod": "http-server -p 3000 dist",
"generateimportmap": "(cd public && jspm link index.html -o index.html)",
"web4:deploy": "NEAR_ENV=mainnet npx web4-deploy dist psalomobos.near --nearfs",
"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": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"assert": "^2.0.0",
"babel-loader": "^8.2.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^5.3.2",
"http-server": "^14.1.1",
"https-browserify": "^1.0.0",
"ipfs-car": "^1.2.0",
"jspm": "^3.1.0",
"mini-css-extract-plugin": "^2.2.2",
"nearfs": "https://github.com/vgrichina/nearfs",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss-loader": "^7.0.1",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"sass": "^1.66.1",
"sass-loader": "^13.1.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.2.1",
"url": "^0.11.0",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0"
}
}