-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.18 KB
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": "mekaarogram",
"version": "0.8.1",
"description": "Display a hierarchy in the most amazing way ever!",
"author": "miralemd",
"license": "MIT",
"homepage": "https://github.com/miralemd/mekaarogram",
"bugs": {
"url": "https://github.com/miralemd/mekaarogram/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:miralemd/mekaarogram.git"
},
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && webpack -p",
"build:debug": "webpack -d",
"build:watch": "webpack -d --watch",
"lint": "eslint src/js",
"lint:fix": "eslint src/js --fix"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.5",
"cpy": "^7.0.1",
"css-loader": "^2.1.0",
"d3": "^5.7.0",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-plugin-import": "^2.14.0",
"node-sass": "^4.7.2",
"on-build-webpack": "^0.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.2.1"
}
}