-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "somehow-graph",
"description": "make infographics without thinking",
"version": "1.0.0",
"main": "src/index.mjs",
"module": "src/index.mjs",
"author": "Spencer Kelly (spencermountain)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/spencermountain/somehow-graph.git"
},
"homepage": "https://github.com/spencermountain/somehow-graph#readme",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"watch": "npm run start",
"serve": "serve"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100
},
"dependencies": {
"d3-shape": "1.3.7",
"fit-aspect-ratio": "2.1.0",
"somehow-ticks": "^0.0.3",
"spacetime": "6.4.1",
"spacetime-ticks": "0.2.1",
"spencer-color": "^0.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "15.0.0",
"@rollup/plugin-node-resolve": "9.0.0",
"rollup": "2.26.10",
"rollup-plugin-livereload": "2.0.0",
"rollup-plugin-svelte": "6.0.0",
"rollup-plugin-terser": "7.0.2",
"serve": "^11.3.0",
"svelte": "3.24.1"
}
}