forked from reef-defi/reef-ui-kit_moved
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "@reef-defi/ui-kit",
"private": true,
"version": "0.0.0",
"files": [
"dist"
],
"main": "./dist/index.es.js",
"types": "./dist/ui-kit/index.d.ts",
"module": "./index.js",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"showcase": "tsc && vite build --mode=showcase"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@polkadot/react-identicon": "^2.0.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"bignumber.js": "^9.0.2",
"qrcode.react": "^3.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/eslint": "^8.4.2",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "8.0.0",
"eslint-config-react-app": "^7.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0",
"sass": "^1.49.9",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-checker": "^0.4.6",
"vite-plugin-dts": "^1.1.1",
"vite-plugin-eslint": "^1.6.1"
}
}