-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 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
57
58
59
60
61
62
{
"name": "@vite/connector",
"description": "vite connect client sdk",
"keywords": [
"connector",
"vitejs",
"vite",
"connect"
],
"main": "./lib/index.js",
"author": "vitelabs",
"homepage": "https://github.com/vitelabs/vite-connect-client",
"license": "LGPL-3.0",
"scripts": {
"example": "parcel ./example/index.html ./example/server.html --no-cache",
"build-example": "npm run build && parcel build ./example/index.html --public-url ./",
"lint": "tslint packages/*/src/**/*.ts",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitelabs/vite-connect-client.git"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/chai": "^4.1.6",
"@types/jquery": "^3.3.29",
"@types/mocha": "^5.2.5",
"babel-eslint": "^8.2.6",
"chai": "^4.1.2",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"isomorphic-fetch": "^2.2.1",
"lerna": "^3.15.0",
"mocha": "5.2.0",
"mock-local-storage": "^1.0.5",
"parcel-bundler": "^1.12.3",
"ts-loader": "^5.3.3",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.2.4",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@ethersproject/bytes": "^5.0.0-beta.126",
"@ethersproject/strings": "^5.0.0-beta.125",
"@types/node": "^12.0.12"
},
"version": "0.0.2"
}