-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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
{
"name": "w3ux-library-source",
"version": "1.0.0",
"license": "GPL-3.0-only",
"description": "w3ux library source code",
"scripts": {
"build:directory": "node builder/dist/index.js -t build:directory",
"clear": "npm run --workspaces clear && rm -rf node_modules coverage",
"build": "npm run build --workspaces --if-present",
"lint": "eslint './**' --fix && npx prettier --write .",
"test": "npm run test --workspaces --if-present"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"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.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "3.2.0",
"minimist": "^1.2.8",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-organize-imports": "^3.2.4",
"tsc": "^2.0.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"yaml": "^2.4.3"
},
"workspaces": [
"builder",
"library/crypto",
"library/utils",
"library/types",
"library/factories",
"library/hooks",
"library/extension-assets",
"library/validator-assets",
"library/react-polkicon",
"library/react-odometer",
"library/react-connect-kit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/w3ux/w3ux-library.git"
},
"keywords": [
"w3ux"
],
"homepage": "https://github.com/w3ux/w3ux-library",
"packageManager": "[email protected]"
}