1 | {
|
2 | "name": "smartdown",
|
3 | "version": "0.0.63",
|
4 | "description": "A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.",
|
5 | "main": "docs/lib/smartdown.js",
|
6 | "scripts": {
|
7 | "clean": "rm -rf ./docs/lib",
|
8 | "cleanall": "rm -rf ./docs",
|
9 | "analyze": "npm run clean && BUILD=analyze node_modules/.bin/webpack --bail --progress --colors",
|
10 | "build": "npm run clean && BUILD=production node_modules/.bin/webpack --verbose --optimize-minimize --bail --progress --colors",
|
11 | "devbuild": "npm run cleanall && BUILD=development node_modules/.bin/webpack --bail",
|
12 | "buildall": "npm run cleanall && npm run build && (cd site && npm run build)",
|
13 | "dev": "BUILD=development node_modules/.bin/webpack --devtool=source-map --progress --colors --watch",
|
14 | "testx": "TEST_RUN=1 BUILD=test mocha-webpack --timeout 15000 --compilers js:babel-core/register -r jsdom-global/register --reporter nyan --colors ./test/*.spec.js",
|
15 | "test": "TEST_RUN=1 BUILD=test mocha-webpack --webpack-config webpack.config.js ./test/*.spec.js"
|
16 | },
|
17 | "files": [
|
18 | "docs/lib"
|
19 | ],
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "git+https://github.com/DoctorBud/smartdown.git"
|
23 | },
|
24 | "keywords": [
|
25 | "markdown",
|
26 | "smartdown",
|
27 | "marked",
|
28 | "p5js",
|
29 | "mathjax"
|
30 | ],
|
31 | "author": "Daniel Keith <dan@quantumclay.com> (http://doctorbud.github.io)",
|
32 | "license": "UNLICENSED",
|
33 | "bugs": {
|
34 | "url": "https://github.com/DoctorBud/smartdown/issues"
|
35 | },
|
36 | "homepage": "https://github.com/DoctorBud/smartdown#readme",
|
37 | "devDependencies": {
|
38 | "autoprefixer": "^7.2.6",
|
39 | "babel": "^6.23.0",
|
40 | "babel-core": "^6.26.0",
|
41 | "babel-eslint": "^8.2.1",
|
42 | "babel-loader": "^7.1.2",
|
43 | "babel-plugin-dynamic-import-webpack": "^1.0.2",
|
44 | "babel-plugin-syntax-dynamic-import": "^6.18.0",
|
45 | "babel-preset-env": "^1.6.1",
|
46 | "chai": "^4.1.2",
|
47 | "copy-webpack-plugin": "^4.4.1",
|
48 | "css-loader": "0.28.9",
|
49 | "eslint": "^4.17.0",
|
50 | "eslint-config-airbnb-base": "^12.1.0",
|
51 | "eslint-loader": "^1.9.0",
|
52 | "eslint-plugin-import": "^2.8.0",
|
53 | "extract-text-webpack-plugin": "^3.0.2",
|
54 | "file-loader": "^1.1.6",
|
55 | "filemanager-webpack-plugin": "^1.0.23",
|
56 | "google-fonts-webpack-plugin": "^0.4.4",
|
57 | "html-webpack-plugin": "^2.30.1",
|
58 | "mocha": "^5.0.0",
|
59 | "mocha-webpack": "^1.0.1",
|
60 | "null-loader": "^0.1.1",
|
61 | "postcss-loader": "2.1.0",
|
62 | "postcss-smart-import": "^0.7.6",
|
63 | "precss": "^2.0.0",
|
64 | "source-map": "^0.7.0",
|
65 | "style-loader": "^0.20.1",
|
66 | "uglifyjs-webpack-plugin": "^1.1.8",
|
67 | "web-audio-mock-api": "^1.0.0",
|
68 | "webpack": "^3.11.0",
|
69 | "webpack-bundle-analyzer": "^2.10.0",
|
70 | "webpack-dev-server": "^2.11.1",
|
71 | "yargs": "^11.0.0"
|
72 | },
|
73 | "dependencies": {
|
74 | "@stdlib/stdlib": "0.0.33",
|
75 | "base64-js": "^1.2.1",
|
76 | "d3": "^4.13.0",
|
77 | "d3-cloud": "^1.2.5",
|
78 | "d3-sankey": "^0.7.1",
|
79 | "d3fc": "^13.1.1",
|
80 | "gifffer": "^1.5.1",
|
81 | "highlight.js": "^9.12.0",
|
82 | "ieee754": "^1.1.8",
|
83 | "js-yaml": "^3.10.0",
|
84 | "leaflet": "^1.3.1",
|
85 | "lodash": "^4.17.5",
|
86 | "marked": "^0.3.12",
|
87 | "p5": "^0.6.0",
|
88 | "plotly.js": "^1.33.1",
|
89 | "three": "^0.89.0",
|
90 | "topojson": "^3.0.2",
|
91 | "vdom-to-html": "^2.3.1",
|
92 | "viz.js": "^1.8.0"
|
93 | }
|
94 | }
|