-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "ticket-dependency-graph",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "webpack --progress",
"start": "webpack serve --open",
"lint": "eslint 'src/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theodo/ticket-dependency-graph.git"
},
"contributors": [
"varal7",
"Theodo"
],
"license": "ISC",
"homepage": "https://github.com/theodo/ticket-dependency-graph#readme",
"browserslist": [
"defaults"
],
"engines": {
"node": "^16.13.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"acorn": "^8.6.0",
"babel-loader": "^8.2.3",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"prettier": "2.5.0",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"gojs": "^2.1.54",
"jquery": "^3.6.0",
"vue": "^2.6.14",
"vue-gtag": "^1.16.1"
}
}