-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2 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": "ts-init",
"version": "1.0.0",
"description": "",
"main": "src/lim.ts",
"scripts": {
"build:weblib": "set NODE_OPTIONS=--openssl-legacy-provider & cross-env NODE_ENV=production platform=web webpack --mode=production --config ./build/webpack.lib.config.js",
"build:unilib": "cross-env NODE_ENV=production platform=uniapp webpack --mode=production --config ./build/webpack.lib.config.js",
"build:wxlib": "set NODE_OPTIONS=--openssl-legacy-provider & cross-env NODE_ENV=production platform=wx webpack --mode=production --config ./build/webpack.lib.config.js",
"tsc": "tsc",
"rnlib": "node ./build/export-ts-lib",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/plupload": "^2.0.7",
"@types/websocket": "^1.0.2",
"crypto-js": "^3.3.0",
"isomorphic-fetch": "^2.2.1",
"loglevel-es": "^1.7.1",
"plupload": "^2.3.6",
"websocket": "^1.0.34",
"whatwg-fetch": "^3.6.2",
"wxapp-fetch": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/node": "^10.17.60",
"babel-jest": "^27.0.6",
"child_process": "^1.0.2",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "6.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^27.0.6",
"jest-localstorage-mock": "^2.4.16",
"js-conditional-compile-loader": "^1.0.14",
"jszip": "^3.6.0",
"mock-local-storage": "^1.1.17",
"prettier": "^1.16.4",
"ts-jest": "^27.0.4",
"ts-lint": "^4.5.1",
"ts-loader": "^6.0.4",
"ts-node": "^10.2.0",
"ts-proto": "^1.82.5",
"tslint": "^5.11.0",
"tslint-loader": "^3.5.4",
"tslint-to-eslint-config": "^0.5.1",
"typescript": "^3.8.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.1"
}
}