-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
{
"name": "bloop-box-config",
"version": "1.1.0",
"description": "Configuration Generator for Bloop Boxes",
"private": true,
"author": "Ben Scholzen 'DASPRiD'",
"license": "BSD-2-Clause",
"homepage": "https://github.com/bloop-box/bloop-box-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bloop-box/bloop-box-config.git"
},
"bugs": {
"url": "https://github.com/bloop-box/bloop-box-config/issues"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@tsconfig/vite-react": "^1.0.0",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/w3c-web-nfc": "^1.0.0",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.10.0",
"eslint-config-dasprid": "^0.1.8",
"eslint-plugin-react": "^7.29.4",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"rollup-plugin-visualizer": "^5.6.0",
"shipit-cli": "^5.3.0",
"shipit-deploy": "^5.3.0",
"typescript": "^4.7.3",
"vite": "^3.2.5",
"vite-plugin-pwa": "^0.13.1",
"vite-tsconfig-paths": "^4.0.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"notistack": "^2.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}