-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "django-schema-graph",
"license": "MIT",
"main": "index.js",
"repository": "[email protected]:meshy/django-schema-graph.git",
"author": "Charlie Denton <[email protected]>",
"scripts": {
"build": "webpack-cli --config webpack.prod.js",
"watch": "webpack-cli --config webpack.dev.js --watch"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@egjs/hammerjs": "^2.0.0",
"babel-loader": "^8.0.6",
"component-emitter": "^1.3.0",
"css-loader": "^3.4.2",
"deepmerge": "^4.2.2",
"keycharm": "^0.2.0 || ^0.3.0",
"moment": "^2.29.4",
"sass": "~1.32",
"sass-loader": "^8.0.2",
"timsort": "^0.3.0",
"uuid": "^7.0.0 || ^8.0.0",
"vis-data": "^6.2.1",
"vis-network": "^7.3.4",
"vis-util": "^4.0.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-progressbar": "^0.7.5",
"vue-template-compiler": "^2.6.11",
"vue-vis-network": "^1.0.2",
"vuetify-loader": "^1.4.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/polyfill": "^7.8.3",
"lodash": "^4.17.21",
"vuetify": "^2.2.14"
}
}