-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
56
{
"name": "ispeak-bber",
"version": "1.4.3",
"description": "",
"author": "DreamyTZK",
"license": "MIT",
"main": "ispeak-bber.min.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/DreamyTZK/ispeak-bber"
},
"homepage": "https://www.antmoe.com/bb/",
"scripts": {
"dev": "webpack serve --mode development",
"serve": "webpack serve --mode development",
"build": "webpack --mode production",
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json",
"lint": "eslint src/** --ignore-path .eslintignore"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/runtime": "^7.12.13",
"@webpack-cli/serve": "^1.3.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^3.6.0",
"eslint": "^7.19.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.5.0",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.1.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.21.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.0.0-beta.0"
},
"dependencies": {
"@cloudbase/js-sdk": "^1.4.1",
"axios": "^0.21.1",
"marked": "^2.0.0",
"vue": "^2.6.12"
}
}