-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.48 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
48
49
50
51
52
53
54
55
{
"name": "taskana",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"@picocss/pico": "^1.5.0",
"vue": "^3",
"vue-router": "^4",
"vuejs3-datepicker": "^1.0.6",
"vuetify": "^3"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.20.2",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.1.1",
"babel-eslint": "^10.1.0",
"copyfiles": "^2.4.0",
"core-js": "^3.23.0",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.25.0",
"eslint-plugin-vue": "^9",
"eslint-webpack-plugin": "^3",
"file-loader": "^6.2.0",
"material-design-icons-iconfont": "^6.5.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.49.11",
"sass-loader": "^13",
"vue-loader": "^17",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"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
}