frontity
Version:
Frontity cli and entry point to other packages
91 lines (90 loc) • 2.94 kB
JSON
{
"name": "frontity",
"version": "1.16.0",
"description": "Frontity cli and entry point to other packages",
"keywords": [
"frontity",
"cli"
],
"homepage": "https://frontity.org",
"license": "Apache-2.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"frontity": "dist/src/cli/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/frontity/frontity.git"
},
"bugs": {
"url": "https://community.frontity.org"
},
"scripts": {
"start": "node dist/src/cli/index.js",
"dev": "ts-node src/cli/index.ts",
"ts": "ts-node",
"test": "jest --watch",
"test:ci": "jest --colors --ci",
"test:inspect": "node --inspect node_modules/bin/jest --watch --no-cache --runInBand",
"test:cli-e2e:filesystem": "jest --testMatch \"**/cli-e2e/filesystem/**/*.test?(s).[jt]s?(x)\" --runInBand --testTimeout=180000",
"test:cli-e2e:filesystem:ci": "jest --testMatch \"**/cli-e2e/filesystem/**/*.test?(s).[jt]s?(x)\" --runInBand --testTimeout=180000 --ci",
"test:cli-e2e:docker": "jest --testMatch \"**/cli-e2e/docker/**/*.test?(s).[jt]s?(x)\" --testTimeout=180000",
"test:cli-e2e:docker:ci": "jest --testMatch \"**/cli-e2e/docker/**/*.test?(s).[jt]s?(x)\" --testTimeout=180000 --ci",
"build": "tsc --project ./tsconfig.build.json && npm run copyfiles",
"copyfiles": "copyfiles templates/* dist",
"build:watch": "tsc --project ./tsconfig.build.json --watch",
"prepublish": "npm run build"
},
"peerDependencies": {
"@frontity/core": "^1.10.1"
},
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@frontity/error": "^0.1.3",
"@frontity/type-declarations": "^1.1.1",
"@frontity/types": "^1.8.0",
"@loadable/component": "^5.14.1",
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"commander": "^6.2.0",
"detect-port-alt": "^1.1.6",
"dotenv": "^8.2.0",
"envinfo": "^7.7.3",
"fs-extra": "^9.0.1",
"get-value": "^3.0.1",
"he": "^1.2.0",
"inquirer": "^7.3.3",
"is-root": "^2.1.0",
"leven": "^3.1.0",
"node-fetch": "^2.6.1",
"ora": "^5.1.0",
"ramda": "^0.27.1",
"react-helmet-async": "^1.0.9",
"simple-entity-decode": "^0.0.3",
"tar": "^6.0.5",
"typed-emitter": "^1.3.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@frontity/connect": "^1.3.0",
"@frontity/core": "^1.12.0",
"@types/didyoumean": "^1.2.0",
"@types/fs-extra": "^9.0.4",
"@types/inquirer": "^7.3.1",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.7",
"@types/phin": "^3.3.0",
"@types/ramda": "^0.27.32",
"@types/shelljs": "^0.8.8",
"@types/stack-trace": "^0.0.29",
"@types/tar": "^4.0.4",
"copyfiles": "^2.4.1",
"execa": "^5.0.0",
"jest": "^26.6.3",
"lodash.omit": "^4.5.0",
"react-test-renderer": "^17.0.1",
"ts-node": "^9.1.1"
}
}