41 lines
919 B
JSON
41 lines
919 B
JSON
{
|
|
"name": "@nrwl/vite",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "The Nx Plugin for building and testing applications using Vite (Early Release)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/vite"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Vite",
|
|
"Web",
|
|
"CLI"
|
|
],
|
|
"main": "./index.js",
|
|
"typings": "./index.d.ts",
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"schematics": "./generators.json",
|
|
"builders": "./executors.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"dependencies": {
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"@swc/helpers": "^0.4.11",
|
|
"chalk": "4.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|