-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "@cyanstats/frontend",
"version": "0.1.0",
"description": "Cyan Stats dashboard",
"main": "src/main.ts",
"author": "Rogerio Taques",
"license": "MIT",
"scripts": {
"start": "webpack serve --hot --no-stats --mode development",
"build": "webpack build",
"unit": "jest"
},
"dependencies": {
"@vue/composition-api": "^1.7.1",
"axios": "^1.7.4",
"pinia": "^2.0.33",
"vue": "3.0",
"vue-router": "^3.5"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/vue": "^2.0.0",
"@types/webpack-env": "^1.18.0",
"copy-webpack-plugin": "^11.0",
"css-loader": "^6.7",
"dotenv-webpack": "^8.0",
"file-loader": "^6.2",
"html-webpack-plugin": "^5.4",
"jest": "^29.5.0",
"node-sass": "^8.0",
"prettier": "^2.4",
"sass": "^1.29",
"sass-loader": "^12.2",
"style-loader": "^3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4",
"typescript": "^5.0",
"vue-loader": "^15.9",
"vue-style-loader": "^4.1",
"vue-template-compiler": "2.7",
"webpack": "^5.94",
"webpack-cli": "^4.9",
"webpack-dev-server": "^4.13"
}
}