-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "mdb-starter-vite",
"version": "1.0.0",
"scripts": {
"start": "vite",
"build": "vite build --emptyOutDir",
"test": "jest",
"lint": "lint-staged && pretty-quick --staged",
"deploy": "vite build && cd dist && mdb publish"
},
"repository": {
"type": "git",
"url": "https://github.com/mdbootstrap/mdb-starter-vite"
},
"keywords": [
"material design",
"bootstrap",
"mdbootstrap",
"starter",
"vite"
],
"author": "MDBootstrap",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.11.6",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.1.0",
"deepmerge": "^4.2.2",
"detect-autofill": "^1.1.4",
"mdb-ui-kit": "^7.3.2",
"perfect-scrollbar": "^1.5.5"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^29.0.2",
"lint-staged": "^13.0.3",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"sass": "^1.54.8",
"vite": "^3.1.0"
}
}