-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.9 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": "mumpui",
"description": "A light-weight flexible & elegant design system for developers.",
"version": "1.7.1",
"main": "dist/index.js",
"author": "neilveil",
"repository": "neilveil/mumpui",
"license": "MIT",
"homepage": "https://neilveil.github.io/mumpui",
"scripts": {
"start": "vite --host",
"build": "npm run inject-version && vite build && node -e \"fs.copyFileSync('build/index.html', 'build/404.html')\"",
"build-plus": "build-plus",
"dist:clean": "rimraf dist",
"dist:scripts": "rimraf dist && tsc --project tsconfig.dist.json",
"dist:styles": "sass src/lib/styles:dist/styles --no-source-map",
"dist": "npm run dist:clean && npm run dist:scripts && npm run dist:styles",
"inject-version": "node version.js",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"pretty": "prettier --write ./src/**/*",
"clean": "npm run lint && npm run pretty",
"precommit": "",
"prepare": "husky install"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"build-plus": "^1.1.4",
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fuse.js": "^6.6.2",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"rimraf": "^5.0.1",
"sass": "^1.64.0",
"typescript": "^4.9.5",
"vite": "^4.4.5",
"vite-plugin-eslint": "^1.8.1"
},
"keywords": [
"design-library",
"design-system",
"flat-design",
"lightweight-ui-design",
"mumpui",
"react",
"react-library",
"ui-library"
]
}