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

76 lines
2.1 KiB
JSON
Raw Normal View History

2015-12-20 15:19:50 -08:00
{
"name": "bezierinfo",
"version": "1.0.0",
"description": "pomax.github.io/bezierinfo",
"scripts": {
2017-02-15 16:00:02 -08:00
"localize": "node make-locales",
"build": "npm run localize && npm run less && webpack -p",
"dev": "npm run localize && npm run less && webpack-dev-server --progress --colors --hot --inline",
2016-01-12 13:39:35 -08:00
"latex": "node tools/mathjax",
2016-09-14 14:55:46 -07:00
"less": "lessc stylesheets/style.less > stylesheets/style.css",
2016-01-22 17:43:40 -08:00
"singles": "npm run dev -- --singles",
"start": "npm run dev",
2016-09-11 17:55:42 -07:00
"style": "webpack --jscs",
"svgo": "svgo"
2015-12-20 15:19:50 -08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pomax/bezierinfo.git"
},
"keywords": [
"Bezier",
"curves",
"tutorial",
"article",
"primer"
],
"author": "Pomax",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/Pomax/bezierinfo/issues"
},
"homepage": "https://github.com/Pomax/bezierinfo#readme",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"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",
2016-03-20 10:15:52 -07:00
"bezier-js": "^2.0.0",
2016-01-04 16:17:01 -08:00
"block-loader": "^2.0.0",
2015-12-29 22:57:12 -08:00
"chroma-js": "^1.1.1",
2015-12-20 15:19:50 -08:00
"css-loader": "^0.23.0",
2016-01-12 13:39:35 -08:00
"eslint": "^1.10.3",
2017-02-13 17:27:52 -08:00
"eslint-loader": "^1.6.0",
"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",
"history": "^1.17.0",
2017-02-13 17:27:52 -08:00
"html-entities": "^1.2.0",
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",
"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",
2015-12-30 16:47:44 -08:00
"mathjax-node": "^0.4.0",
2016-01-22 17:43:40 -08:00
"pirates": "^2.1.0",
2015-12-20 15:19:50 -08:00
"raw-loader": "^0.5.1",
2017-02-08 11:02:00 -08:00
"react": "^15.0.0",
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",
2015-12-31 16:08:16 -08:00
"sha1": "^1.1.1",
"showdown": "^1.6.4",
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",
2015-12-20 15:19:50 -08:00
"uglify-loader": "^1.3.0",
2017-02-13 17:27:52 -08:00
"webpack": "^2.0.0",
"webpack-dev-server": "^2.0.0"
2015-12-20 15:19:50 -08:00
}
}