aboutsummaryrefslogtreecommitdiff
path: root/packages/config/package.json
blob: 30adebb5b2d4a37858b5ea87aaff12ebaa31f7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "@polyfrost/config",
	"type": "module",
	"version": "0.0.0",
	"exports": {
		"./*": "./*",
		"./vite": "./vite",
		"./vite/relAlias": "./vite/relAlias",
		"./vitest": "./vitest.shared"
	},
	"main": "index.ts",
	"types": "index.ts",
	"devDependencies": {
		"@vitejs/plugin-react": "^4.2.1",
		"regexpp": "^3.2.0",
		"vite": "^5.0.10",
		"vite-plugin-html": "^3.2.0",
		"vite-plugin-svgr": "^4.2.0",
		"vite-tsconfig-paths": "^4.2.2",
		"vitest": "^0.34.6"
	}
}