-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.54 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.54 KB
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
{
"name": "@csnext/cs-client",
"version": "0.0.131",
"main": "./lib/csclient.cs.js",
"types": "./dist/src/index.d.ts",
"license": "MIT",
"url": "https://github.com/TNOCS/csnext",
"bugs": "https://github.com/TNOCS/csnext/issues",
"scripts": {
"fixrouter": "del-cli node_modules/@csnext",
"link": "yarn link",
"unlink": "yarn unlink",
"typescript": "concurrently \"cpx \"src/**/*.{html,png,jpg,css}\" dist --watch\" \"tsc -w\"",
"dev": "tsc && nodemon --watch webpack.config.js --exec \"webpack --watch --env dev --mode development\"",
"build": "tsc && webpack --mode development",
"build:production": "webpack --mode development",
"clean": "del-cli package-lock.json yarn.lock yarn-error.log dist lib node_modules tsconfig.tsbuildinfo",
"build:pack": "yarn pack --filename ../../dist/cs-client.tgz"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@csnext/cs-core": "^0.0.131",
"axios": "^0.26.1",
"simplebar-vue": "1.6.8",
"socket.io-client": "^4.4.1",
"vue-i18n": "^8.27.1",
"vue-mixin-decorator": "^1.2.0",
"vue-resize-directive": "^1.2.0",
"vue-router": "^3.5.3",
"vuetify": "2.6.4",
"v-snackbars": "3.2.4",
"@vueuse/core": "8.2.6"
},
"devDependencies": {
"base64-inline-loader": "^1.1.1",
"@mdi/font": "6.6.96",
"vue-template-compiler": "2.6.14"
},
"gitHead": "2dd8a401ccb96079185452d8413f26921fe2063e"
}