-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.49 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
{
"name": "@polkadot-ui/frontpage",
"version": "0.3.1",
"license": "MIT",
"description": "Polkadot UI Landing Page.",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"clear": "rm -rf node_modules",
"dev": "vite --base='/'",
"deploy": "gh-pages -d build",
"build": "vite build",
"build:production": "vite build --base='/'",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && prettier --check .",
"lint:fix": "eslint . --ext ts,tsx --fix && prettier --write ."
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/prismjs": "^1.26.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"gh-pages": "^6.1.1",
"sass": "^1.77.6",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-checker": "^0.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@polkadot-ui/assets": "^0.0.1-alpha.2",
"@polkadot-ui/core": "^0.0.1-alpha.2",
"@polkadot-ui/react": "^0.0.1-alpha.6",
"@polkadot-ui/utils": "^0.0.1-alpha.5",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@types/react": "^18.3.3",
"bignumber.js": "^9.1.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.1.0",
"framer-motion": "^11.2.13",
"lodash.throttle": "^4.1.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-powerglitch": "^1.0.3",
"react-router-dom": "^6.24.1",
"react-simple-code-editor": "^0.14.1",
"stylelint": "^16.6.1",
"svgo": "^3.3.2"
}
}