-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 946 Bytes
/
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
{
"name": "flatland",
"version": "0.0.0",
"description": "Flatland: a romance of data science in the browser",
"main": "index.mdx",
"scripts": {
"copy": "cp -r assets/ dist/assets/ && cp -r paintings/ dist/paintings/",
"build": "rimraf dist/ && mdx-deck build --basepath='/flatland' deck.mdx && npm run copy",
"start": "mdx-deck deck.mdx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jebeck/flatland.git"
},
"author": "Jana E. Beck",
"license": "MIT",
"bugs": {
"url": "https://github.com/jebeck/flatland/issues"
},
"homepage": "https://github.com/jebeck/flatland#readme",
"dependencies": {
"code-surfer": "^0.5.5",
"d3-array": "^2.2.0",
"d3-scale": "^3.0.0",
"lodash": "^4.17.11",
"mdx-deck": "^2.3.2",
"raw-loader": "^3.0.0",
"shuffle-array": "^1.0.1",
"styled-components": "^4.3.1"
},
"devDependencies": {
"rimraf": "^2.6.3"
}
}