-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.54 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "taskana",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@picocss/pico": "^2.1.1",
"chart.js": "^4.4.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuejs3-datepicker": "^1.0.19",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.26.2",
"@babel/preset-env": "^7.26.0",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^4.0.1",
"@symfony/webpack-encore": "^5.3.1",
"babel-eslint": "^10.1.0",
"copyfiles": "^2.4.1",
"core-js": "^3.40.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.33.0",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"material-design-icons-iconfont": "^6.7.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.83.4",
"sass-loader": "^16.0.6",
"vue-loader": "^17.4.2",
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint --ext .js,.vue assets/"
},
"author": "",
"license": "MIT",
"private": false
}