-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
{
"name": "compass",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "webpack --mode development",
"debug": "webpack --mode development --watch",
"prod": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .vue,.ts src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tsubasa0129ti/compass.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tsubasa0129ti/compass/issues"
},
"homepage": "https://github.com/Tsubasa0129ti/compass#readme",
"dependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vue/compiler-sfc": "^3.3.7",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-vue": "^9.18.1",
"fork-ts-checker-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"vue": "^3.3.7",
"vue-eslint-parser": "^9.3.2",
"vue-loader": "^16.8.3",
"vue-style-loader": "^4.1.3"
}
}