-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.74 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
71
72
73
{
"name": "@vizabi/shared-components",
"version": "1.43.4",
"description": "Vizabi shared components",
"main": "./build/VizabiSharedComponents.js",
"module": "index.js",
"files": [
"src",
"build"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "npm run build",
"start": "rollup -c",
"build": "NODE_ENV=production rollup -c",
"eslint": "eslint src",
"eslint:fix": "eslint --fix src"
},
"keywords": [],
"author": {
"name": "Gapminder Foundation",
"url": "https://www.gapminder.org",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jasper",
"url": "https://github.com/jheeffer"
},
{
"name": "Angie",
"url": "https://github.com/angieskazka"
},
{
"name": "Dima",
"url": "https://github.com/dab2000"
},
{
"name": "Ola",
"url": "https://github.com/olarosling"
}
],
"homepage": "https://github.com/vizabi/@vizabi/shared-components#readme",
"license": "CC-BY-4.0",
"dependencies": {
"css.escape": "^1.5.1"
},
"peerDependencies": {
"mobx": "^5.15.7",
"d3": "^6.7.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"babel-eslint": "^10.1.0",
"bourbon": "^5.1.0",
"cssnano": "4.1.10",
"eslint": "^6.6.0",
"postcss": "7.0.27",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-visualizer": "^5.5.0",
"sass": "^1.38.2"
}
}