-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.68 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
{
"name": "nft-migrator-ui",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
"private": "true",
"scripts": {
"start": "netlify dev",
"start:webpack": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"format": "prettier --write \"./src/**/*.{ts,tsx}\"",
"lint": "eslint src && tsc",
"test": "jest",
"validate": "npm run format && npm run lint && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsidorenko/nft-migrator-ui.git"
},
"author": "jsidorenko",
"license": "MIT",
"dependencies": {
"@polkadot-onboard/core": "1.0.0",
"@polkadot-onboard/injected-wallets": "1.0.0",
"@polkadot-onboard/react": "1.0.0",
"@polkadot-onboard/wallet-connect": "1.0.0",
"@polkadot/api": "10.9.1",
"@polkadot/api-augment": "10.9.1",
"@polkadot/util": "12.4.2",
"@popperjs/core": "2.11.8",
"axios": "1.5.0",
"bootstrap": "5.3.1",
"busboy": "1.6.0",
"dotenv": "16.3.1",
"form-data": "4.0.0",
"ipfs-only-hash": "4.0.0",
"jdenticon": "3.2.0",
"lodash": "4.17.21",
"qr-scanner": "1.4.2",
"react": "18.2.0",
"react-bootstrap": "2.8.0",
"react-datepicker": "4.16.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-router-dom": "6.15.0",
"styled-components": "6.0.7"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/plugin-syntax-flow": "7.22.5",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.14",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.11",
"@babel/runtime": "7.22.11",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@polkadot/types": "10.9.1",
"@svgr/webpack": "8.1.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/jest": "29.5.4",
"@types/lodash": "4.14.197",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-datepicker": "4.15.0",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"eslint": "8.48.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "5.5.3",
"jest": "29.6.4",
"prettier": "3.0.3",
"react-refresh": "0.14.0",
"style-loader": "3.3.3",
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0"
}
}