-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "ember-data-relationships-graph-extension",
"version": "0.0.1",
"description": "The Chrome extension allows you to render relationships graph based on ember-data models. It supports common graph and hierarchy graph rendering. It's powered by Cytoscape.js v3.16.0.",
"private": true,
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build:dev": "webpack --mode=development",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"file-saver": "^2.0.5",
"mermaid": "^8.10.2",
"preact": "^10.5.12"
},
"devDependencies": {
"@types/chrome": "^0.0.133",
"@types/file-saver": "^2.0.2",
"@types/mermaid": "^8.2.6",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"css-loader": "^5.1.2",
"eslint": "^7.21.0",
"eslint-config-preact": "^1.1.3",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
}
}