-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
44 lines (44 loc) · 1.11 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": "polemarch",
"version": "1.7.1b1",
"author": "VST Consulting",
"license": "AGPL-3.0-only",
"browserslist": [
"> 0.25%",
"not dead"
],
"scripts": {
"build": "APP_ENV=prod webpack",
"devBuild": "webpack",
"lint": "eslint --ext .js,.vue frontend_src/"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"babel-loader": "^8.2.3",
"core-js": "^3.26.1",
"css-loader": "^6.5.1",
"dotenv": "^11.0.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"sass": "^1.48.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"vue": "^2.7.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.12",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"chart.js": "^3.1.1",
"codemirror": "^5.65.6",
"highlight.js": "9.15.10"
}
}