-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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": "grafify",
"version": "0.1.0",
"description": "A flask web app for viewing graph/network json",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dendihandian/grafify.git"
},
"keywords": [
"graph",
"network",
"sna"
],
"author": "Dendi Handian",
"license": "MIT",
"bugs": {
"url": "https://github.com/dendihandian/grafify/issues"
},
"homepage": "https://github.com/dendihandian/grafify#readme",
"devDependencies": {
"@alpinejs/persist": "^3.7.0",
"@ryangjchandler/alpine-clipboard": "^2.1.0",
"@tailwindcss/forms": "^0.4.0",
"alpinejs": "^3.7.0",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"d3": "^6.2.0",
"laravel-mix": "^6.0.39",
"postcss": "^8.4.4",
"sass": "^1.45.0",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.0.0"
}
}