mirror of
https://github.com/learnk8s/learnk8s.io.git
synced 2026-02-14 16:39:52 +00:00
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"name": "learnk8s",
|
|
"version": "1.0.0",
|
|
"description": "learnk8s.io static website",
|
|
"scripts": {
|
|
"visual:test": "ts-node --files --transpile-only test.ts --test",
|
|
"visual:approve": "ts-node --files --transpile-only test.ts --approve",
|
|
"check:canonical": "ts-node --files --transpile-only src/checkCanonical.ts",
|
|
"build": "ts-node --files --transpile-only src/index.tsx",
|
|
"fmt": "ts-node --files --transpile-only src/check.ts",
|
|
"test": "cross-env tsc --noEmit && ts-node --files node_modules/tape/bin/tape \"src/**/test.ts\" \"src/**/*.test.ts\" \"src/**/*.integration.ts\" \"src/**/integration.ts\"",
|
|
"start": "ts-node --files --transpile-only src/start.ts",
|
|
"lambda-serve": "netlify-lambda serve functions",
|
|
"lambda-build": "netlify-lambda build functions"
|
|
},
|
|
"author": "Learnk8s",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@types/cheerio": "^0.22.11",
|
|
"@types/cssnano": "^4.0.0",
|
|
"@types/marked": "^0.6.0",
|
|
"@types/md5": "^2.1.33",
|
|
"@types/mjml": "^4.0.2",
|
|
"@types/node": "^12.12.12",
|
|
"@types/opentype.js": "^0.7.2",
|
|
"@types/prettier": "^1.19.0",
|
|
"@types/prismjs": "^1.9.1",
|
|
"@types/react": "^16.9.10",
|
|
"@types/react-is": "^16.7.1",
|
|
"@types/serve-handler": "^6.1.0",
|
|
"@types/shelljs": "^0.8.2",
|
|
"@types/svgo": "^1.0.1",
|
|
"@types/tape": "^4.2.33",
|
|
"@types/terser": "^3.12.0",
|
|
"@types/unist": "^2.0.3",
|
|
"axios": "^0.19.0",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"cross-env": "^6.0.3",
|
|
"css-what": "^3.2.1",
|
|
"cssnano": "^4.1.10",
|
|
"cssom": "^0.4.4",
|
|
"date-fns": "^2.6.0",
|
|
"date-fns-tz": "^1.0.8",
|
|
"hast-util-raw": "^5.0.1",
|
|
"hast-util-select": "^3.0.0",
|
|
"hast-util-to-html": "^6.0.2",
|
|
"hast-util-to-string": "^1.0.1",
|
|
"markdown-table": "^1.1.3",
|
|
"marked": "^0.7.0",
|
|
"md5": "^2.2.1",
|
|
"mdast-util-to-string": "^1.0.6",
|
|
"mjml": "^4.5.1",
|
|
"netlify-lambda": "^1.6.3",
|
|
"opentype.js": "^1.1.0",
|
|
"postcss": "^7.0.14",
|
|
"prettier": "^1.19.1",
|
|
"prismjs": "^1.16.0",
|
|
"react": "^16.11.0",
|
|
"react-is": "^16.12.0",
|
|
"react-schemaorg": "^1.0.0",
|
|
"redux": "^4.0.4",
|
|
"remark-parse": "^6.0.3",
|
|
"schema-dts": "^0.5.2",
|
|
"serve-handler": "^6.1.2",
|
|
"shelljs": "^0.8.3",
|
|
"srcset": "^2.0.1",
|
|
"svgo": "^1.2.2",
|
|
"tape": "^4.10.1",
|
|
"terser": "^3.17.0",
|
|
"ts-node": "^8.0.2",
|
|
"typescript": "^3.7.2",
|
|
"unist-util-inspect": "^4.1.4",
|
|
"unist-util-map": "^1.0.4",
|
|
"unist-util-parents": "^1.0.2",
|
|
"unist-util-remove": "^1.0.1",
|
|
"unist-util-select": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"backstopjs": "^4.4.2"
|
|
}
|
|
}
|