1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-21 08:02:28 +01:00
BezierInfo-2/package.json

114 lines
3.6 KiB
JSON
Raw Normal View History

2015-12-20 15:19:50 -08:00
{
"name": "bezierinfo",
2017-02-26 22:27:55 -08:00
"version": "2.0.0",
2015-12-20 15:19:50 -08:00
"description": "pomax.github.io/bezierinfo",
2017-04-15 12:21:12 -07:00
"author": "Pomax",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://pomax.github.io/bezierinfo",
2015-12-20 15:19:50 -08:00
"repository": {
"type": "git",
"url": "git+https://github.com/Pomax/bezierinfo.git"
},
2017-04-15 12:21:12 -07:00
"bugs": {
"url": "https://github.com/Pomax/bezierinfo/issues"
},
"scripts": {
2018-07-13 18:14:31 -07:00
"clean": "node tools/clean-locales",
"bootstrap": "run-s clean content less",
"content": "run-s make:*",
"make:index": "node tools/form-section-index-files",
"make:handlers": "node tools/aggregate-js-handlers",
"make:localizedpages": "node tools/generate-page-content",
2018-06-19 21:03:58 -07:00
"default": "node tools/copy-default-locale",
"latex": "node tools/tex-to-svg",
"dev": "npm-run-all bootstrap --parallel dev:en-GB server",
"dev-with-server": "run-p dev:en-GB server",
2018-06-24 20:06:05 -07:00
"dev:en-GB": "cross-env LOCALE=en-GB webpack",
"dev:zh-CN": "cross-env LOCALE=zh-CN webpack",
"dev:ja-JP": "cross-env LOCALE=ja-JP webpack",
2018-06-19 21:03:58 -07:00
"less": "lessc stylesheets/style.less > stylesheets/style.base.css && csso stylesheets/style.base.css > stylesheets/style.css",
"prebuild": "node tools/buildmark -- set",
2020-06-07 16:35:37 -07:00
"ci:build": "run-s bootstrap build:** default",
2018-07-13 18:14:31 -07:00
"build": "run-s bootstrap build:** default deploy",
"postbuild": "node tools/buildmark -- resolve",
2018-06-19 21:03:58 -07:00
"build:en-GB": "cross-env LOCALE=en-GB webpack && minify en-GB/article.js -d en-GB",
"build:zh-CN": "cross-env LOCALE=zh-CN webpack && minify zh-CN/article.js -d zh-CN",
"build:ja-JP": "cross-env LOCALE=ja-JP webpack && minify ja-JP/article.js -d ja-JP",
"svgo": "svgo",
"xelatex": "xelatex",
"pdfcrop": "pdfcrop",
"server": "echo HTTP server listening on http://localhost:8080/en-GB/ && http-server -s",
2018-07-13 18:14:31 -07:00
"start": "npm run build",
"test": "run-p watch dev",
"watch": "node tools/watch-file-changes",
"deploy": "node tools/deploy"
2017-04-15 12:21:12 -07:00
},
2015-12-20 15:19:50 -08:00
"keywords": [
"Bezier",
"curves",
"tutorial",
"article",
2017-04-15 12:21:12 -07:00
"primer",
"ebook"
2015-12-20 15:19:50 -08:00
],
"dependencies": {},
2015-12-20 15:19:50 -08:00
"devDependencies": {
"babel-core": "^6.3.17",
2018-06-23 09:35:09 -07:00
"babel-loader": "^7.1.4",
"babel-minify": "^0.4.3",
2015-12-20 15:19:50 -08:00
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
2016-01-22 17:43:40 -08:00
"babel-register": "^6.4.3",
"bezier-js": "^2.4.3",
2016-01-04 16:17:01 -08:00
"block-loader": "^2.0.0",
"chokidar": "^2.0.4",
2015-12-29 22:57:12 -08:00
"chroma-js": "^1.1.1",
2017-02-16 10:21:04 -08:00
"cross-env": "^3.1.4",
2015-12-20 15:19:50 -08:00
"css-loader": "^0.23.0",
2017-03-14 08:09:22 -07:00
"csso": "^2.3.1",
2016-01-12 13:39:35 -08:00
"eslint": "^1.10.3",
2018-06-23 09:35:09 -07:00
"eslint-loader": "^2.0.0",
2017-02-13 17:27:52 -08:00
"eslint-plugin-react": "^6.9.0",
2015-12-20 15:19:50 -08:00
"file-loader": "^0.8.5",
2017-02-13 17:27:52 -08:00
"fs-extra": "^0.26.7",
2017-04-15 12:21:12 -07:00
"glob": "^7.1.1",
"history": "^1.17.0",
2017-02-13 17:27:52 -08:00
"html-entities": "^1.2.0",
"http-server": "^0.11.1",
2016-01-01 22:35:41 -08:00
"image-size": "^0.4.0",
2015-12-20 15:19:50 -08:00
"jsmin": "^1.0.1",
2016-01-12 18:55:20 -08:00
"json-loader": "^0.5.4",
2015-12-20 15:19:50 -08:00
"json-stringify-safe": "^5.0.1",
2017-03-10 13:21:11 -08:00
"jsx-node": "^0.2.2",
2015-12-20 15:19:50 -08:00
"less": "^2.5.3",
"less-loader": "^2.2.2",
"less-watch-compiler": "^1.1.4",
2017-02-13 17:27:52 -08:00
"markdown": "^0.5.0",
"markdown-it": "^8.2.2",
"marked": "^0.3.6",
2018-06-19 21:03:58 -07:00
"mathjs": "^5.0.0",
2017-02-18 13:45:26 -08:00
"npm-run-all": "^4.0.1",
"paper": "^0.11.5",
"pdfjs": "^1.0.0-alpha.5",
2016-01-22 17:43:40 -08:00
"pirates": "^2.1.0",
2017-04-13 08:59:33 -07:00
"preact": "^8.1.0",
"preact-compat": "^3.14.3",
2015-12-20 15:19:50 -08:00
"raw-loader": "^0.5.1",
"react": "^15.4.2",
2015-12-20 15:19:50 -08:00
"react-component-visibility": "0.0.8",
2017-02-08 11:02:00 -08:00
"react-dom": "^15.0.0",
"react-router": "^1.0.3",
"rimraf": "^2.6.2",
2018-06-23 09:35:09 -07:00
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-node-resolve": "^3.3.0",
2015-12-31 16:08:16 -08:00
"sha1": "^1.1.1",
"showdown": "^1.6.4",
2017-03-31 09:04:05 -07:00
"shx": "^0.2.2",
2015-12-20 15:19:50 -08:00
"style-loader": "^0.13.0",
2016-09-11 17:55:42 -07:00
"svgo": "^0.6.6",
"uglify-js": "^3.4.1",
2018-06-23 09:35:09 -07:00
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8"
2015-12-20 15:19:50 -08:00
}
}