forked from Pomax/BezierInfo-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bezierinfo",
"version": "1.0.0",
"description": "pomax.github.io/bezierinfo",
"scripts": {
"build": "npm run less && webpack --prod",
"build:singles": "npm run less && webpack --prod --singles",
"dev": "npm run less && webpack-dev-server --progress --colors --hot --inline",
"latex": "node tools/mathjax",
"less": "node ./node_modules/less/bin/lessc stylesheets/style.less > stylesheets/style.css",
"singles": "npm run dev -- --singles",
"start": "npm run dev",
"style": "webpack --jscs",
"svgo": "svgo"
},
"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",
"babel-register": "^6.4.3",
"bezier-js": "^2.0.0",
"block-loader": "^2.0.0",
"chroma-js": "^1.1.1",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.15.0",
"file-loader": "^0.8.5",
"fs-extra": "^0.26.4",
"history": "^1.17.0",
"image-size": "^0.4.0",
"jsmin": "^1.0.1",
"json-loader": "^0.5.4",
"json-stringify-safe": "^5.0.1",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"less-watch-compiler": "^1.1.4",
"mathjax-node": "^0.4.0",
"pirates": "^2.1.0",
"raw-loader": "^0.5.1",
"react": "^0.14.3",
"react-component-visibility": "0.0.8",
"react-dom": "^0.14.3",
"react-router": "^1.0.3",
"sha1": "^1.1.1",
"style-loader": "^0.13.0",
"svgo": "^0.6.2",
"uglify-loader": "^1.3.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}