UNPKG

@frontity/core

Version:

The core package of the Frontity framework.

112 lines (111 loc) 3.81 kB
{ "name": "@frontity/core", "version": "1.16.0", "description": "The core package of the Frontity framework.", "keywords": [ "frontity", "core" ], "homepage": "https://frontity.org", "license": "Apache-2.0", "main": "dist/src/scripts/index.js", "types": "dist/src/scripts/index.d.ts", "repository": { "type": "git", "url": "https://github.com/frontity/frontity.git" }, "bugs": { "url": "https://community.frontity.org" }, "scripts": { "test:ci": "../../node_modules/.bin/jest --ci", "test": "../../node_modules/.bin/jest --watch", "test:inspect": "node --inspect ../../node_modules/.bin/jest --watch --no-cache --runInBand", "dev:inspect": "node --inspect-brk -r ts-node/register src/scripts/dev.ts", "serve:inspect": "node --inspect-brk -r ts-node/register src/scripts/serve.ts", "build": "tsc --project ./tsconfig.build.json && npm run copyfiles", "build:watch": "../../node_modules/.bin/tsc --project ./tsconfig.build.json --watch", "prepublish": "npm run build", "copyfiles": "copyfiles -u 1 \"src/**/*.applescript\" dist/src" }, "dependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@babel/preset-typescript": "^7.12.7", "@babel/runtime": "^7.12.5", "@emotion/babel-plugin": "^11.1.2", "@emotion/react": "^11.1.4", "@frontity/connect": "^1.3.0", "@frontity/file-settings": "^1.1.8", "@loadable/babel-plugin": "^5.13.2", "@loadable/component": "^5.14.1", "@loadable/server": "^5.14.0", "@loadable/webpack-plugin": "^5.14.0", "babel-loader": "^8.2.2", "babel-plugin-lodash": "^3.3.4", "babel-plugin-macros": "^3.0.0", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "chalk": "^4.1.0", "core-js": "^3.8.1", "cross-spawn": "^7.0.3", "deepmerge": "^4.2.2", "express": "^4.17.1", "file-loader": "^6.2.0", "fs-extra": "^9.0.1", "hash-it": "^4.0.5", "htmlescape": "^1.1.1", "koa": "^2.13.0", "koa-mount": "^4.0.0", "koa-route": "^3.2.0", "koa-static": "^5.0.0", "lodash": "^4.17.20", "mock-fs": "^4.13.0", "open": "^7.3.0", "promise-monofill": "^1.0.1", "raw-loader": "^4.0.2", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet-async": "1.0.9", "regenerator-runtime": "^0.13.7", "require-from-string": "^2.0.2", "symlink-dir": "4.1.0", "ts-node": "^9.1.1", "url-loader": "^4.1.1", "webpack": "^4.44.2", "webpack-bundle-analyzer": "^4.2.0", "webpack-dev-middleware": "^3.7.3", "webpack-hot-middleware": "^2.25.0" }, "devDependencies": { "@frontity/types": "^1.10.0", "@types/babel-core": "^6.25.6", "@types/babel__preset-env": "^7.9.1", "@types/cross-spawn": "^6.0.2", "@types/express": "^4.17.9", "@types/fs-extra": "^9.0.4", "@types/htmlescape": "^1.1.1", "@types/koa": "^2.11.6", "@types/koa-mount": "^4.0.0", "@types/koa-route": "^3.2.4", "@types/koa-static": "^4.0.1", "@types/loadable__component": "^5.13.1", "@types/loadable__server": "^5.12.5", "@types/lodash": "^4.14.165", "@types/node": "^16.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/react-helmet": "^6.1.0", "@types/supertest": "^2.0.11", "@types/webpack": "^4.41.25", "@types/webpack-bundle-analyzer": "^3.9.0", "@types/webpack-dev-middleware": "^3.7.2", "@types/webpack-env": "^1.16.0", "@types/webpack-hot-middleware": "2.25.5", "supertest": "^6.1.3", "copyfiles": "^2.4.1" } }