-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.92 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
{
"name": "all-around-keyboard",
"author": "micahscopes",
"version": "0.9.2",
"description": "Round piano keyboards with Web Components + d3.js",
"private": true,
"main": "dist/all-around-keyboard.js",
"jsnext:main": "src/main.js",
"minified:main": "dist/all-around-keyboard.min.js",
"scripts": {
"eslint": "eslint src",
"docs": "cp -r dist/* docs/lib/",
"build": "npm-run-all transpile minify docs",
"transpile": "rollup -c rollup.config.js",
"minify": "uglifyjs -cm -o $npm_package_minified_main -- $npm_package_main",
"watch": "chokidar 'src/**' -c 'rollup -c'"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"d3-color": "^1.0.1",
"d3-interpolate": "^1.1.1",
"d3-scale": "^1.0.3",
"d3-selection": "^1.0.2",
"d3-shape": "^1.0.3",
"d3-svg": "^0.2.0",
"d3-transition": "^1.0.3",
"regenerator-runtime": "^0.11.1",
"skatejs": "^4.6.7",
"skatejs-web-components": "micahscopes/web-components#newer-dependencies"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babelrc-rollup": "^3.0.0",
"chokidar-cli": "^1.2.0",
"eslint-config-es2015": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"npm-run-all": "^4.0.0",
"rollup": "^0.31.2",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^3.0.0",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-resolve": "^1.7.0",
"rollup-plugin-string": "^2.0.2",
"uglify-js": "^2.7.3"
},
"license": "MIT"
}