-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 979 Bytes
/
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
{
"name": "@ravenrebels/ravencoin-extension",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel popup.tsx",
"build": "parcel build popup.tsx --no-source-maps",
"buildZipFile": "node buildZipFile.js"
},
"keywords": [],
"author": "Raven Rebels, Dick Henrik Larsson",
"license": "MIT",
"dependencies": {
"@ravenrebels/ravencoin-key": "^2.5.0",
"@ravenrebels/ravencoin-message": "^0.7.0",
"adm-zip": "^0.5.9",
"axios": "^1.3.4",
"lodash.chunk": "^4.2.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"assert": "^2.0.0",
"buffer": "^5.7.1",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"jest": "^28.1.3",
"parcel": "^2.8.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream-browserify": "^3.0.0"
}
}