-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.02 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
{
"name": "kadena-wallet-extension",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"start": "set NODE_ENV=development& webpack --progress",
"build": "set NODE_ENV=production& webpack --progress",
"lint": "eslint src --ext .js --ext .jsx",
"fix": "eslint src --ext .js --ext .jsx --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material/typography": "^13.0.0",
"@zxing/browser": "^0.1.1",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"ccxt": "^1.64.31",
"crypto-js": "^4.0.0",
"dexie": "^3.2.0",
"he": "^1.2.0",
"immer": "^9.0.7",
"ionicons": "^6.0.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^1.1.0",
"pact-lang-api": "^4.3.3",
"password-validator": "^5.2.1",
"qrcode.react": "^3.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"recoil": "^0.7.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"styled-components": "^5.3.5",
"tweetnacl": "^0.14.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"edit-json-file": "^1.6.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.29.4",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.3.1",
"json-loader": "^0.5.7",
"sass": "^1.52.0",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"webextension-polyfill": "^0.9.0",
"webpack": "^5.71.0",
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^4.9.2"
}
}