Files
learnk8s.io/package.json
2019-10-31 16:16:07 +08:00

87 lines
2.8 KiB
JSON

{
"name": "learnk8s",
"version": "1.0.0",
"description": "learnk8s.io static website",
"scripts": {
"visual:test": "ts-node --files test.ts --test",
"visual:approve": "ts-node --files test.ts --approve",
"build": "npx ts-node --files src/index.tsx && cp favicon.ico _site",
"svgo": "npx ts-node src/svgo.ts",
"fmt:ts": "prettier 'src/**/*.{ts,tsx}' --list-different",
"fmt:ts!": "prettier 'src/**/*.{ts,tsx}' --write",
"fmt:md": "./cli/lintmd '{src,repositories}/**/*.md'",
"fmt:md!": "./cli/lintmd '{src,repositories}/**/*.md' --write",
"fmt:svg": "./cli/svgo 'src/smallerDockerImages/*.svg'",
"fmt:svg!": "./cli/svgo 'src/smallerDockerImages/*.svg' --write",
"fmt": "npm run fmt:ts && npm run fmt:md && npm run fmt:svg",
"test": "ts-node --files node_modules/tape/bin/tape 'src/**/test.ts' 'src/**/*.test.ts' 'src/**/*.integration.ts' 'src/**/integration.ts'",
"start": "ln -fs $PWD $PWD/_site/b && http-server -p 4000 _site"
},
"author": "Learnk8s",
"license": "MIT",
"dependencies": {
"@types/cheerio": "^0.22.11",
"@types/cssnano": "^4.0.0",
"@types/diff": "^4.0.2",
"@types/marked": "^0.6.0",
"@types/md5": "^2.1.33",
"@types/mjml-react": "^1.0.1",
"@types/moment-timezone": "^0.5.10",
"@types/node": "^12.0.0",
"@types/prismjs": "^1.9.1",
"@types/react": "^16.9.10",
"@types/react-dom": "^16.8.0",
"@types/shelljs": "^0.8.2",
"@types/svgo": "^1.0.1",
"@types/tape": "^4.2.33",
"@types/terser": "^3.12.0",
"cheerio": "^1.0.0-rc.2",
"colors": "^1.3.3",
"cssnano": "^4.1.10",
"eventbrite": "^1.2.1",
"feed": "^2.0.2",
"hast-util-select": "^3.0.0",
"hast-util-to-string": "^1.0.1",
"hastscript": "^5.0.0",
"http-serve": "^1.0.1",
"http-server": "^0.11.1",
"inline-source-cli": "^1.2.0",
"marked": "^0.7.0",
"md5": "^2.2.1",
"mdast-util-to-string": "^1.0.5",
"mjml": "^4.5.1",
"mjml-react": "^1.0.50",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"postcss": "^7.0.14",
"prettier": "^1.16.4",
"prismjs": "^1.16.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-schemaorg": "^0.1.0",
"redux": "^4.0.4",
"rehype-raw": "^4.0.0",
"rehype-react": "^3.1.0",
"rehype-stringify": "^5.0.0",
"remark-parse": "^6.0.3",
"remark-rehype": "^4.0.0",
"remark-stringify": "^6.0.4",
"schema-dts": "^0.3.1",
"shelljs": "^0.8.3",
"svgo": "^1.2.2",
"tachyons": "^4.11.1",
"tape": "^4.10.1",
"terser": "^3.17.0",
"ts-node": "^8.0.2",
"typescript": "^3.6.2",
"unified": "^7.1.0",
"unist-util-inspect": "^4.1.3",
"unist-util-map": "^1.0.4",
"unist-util-remove": "^1.0.1",
"unist-util-select": "^2.0.0"
},
"devDependencies": {
"backstopjs": "^3.8.8"
}
}