forked from solobat/iAutomator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.38 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
{
"name": "ihelpers",
"version": "1.4.1",
"description": "Some Helpers",
"scripts": {
"build": "webpack --config webpack.prod.js",
"prod": "bash build/build.sh",
"dev": "webpack -w --config webpack.dev.js",
"watch": "webpack -w --config webpack.dev.js",
"lint": "tslint 'src/**/*.{ts, tsx}'"
},
"author": "tomasy",
"license": "MIT",
"devDependencies": {
"@types/chrome": "0.0.60",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"css-loader": "^0.28.11",
"sass": "^1.22.12",
"sass-loader": "^7.3.1",
"style-loader": "^0.20.3",
"ts-loader": "^4.0.1",
"tslint-config-airbnb": "^5.11.1",
"tslint-react": "^3.6.0",
"typescript": "^3.8.3",
"webextension-polyfill": "^0.5.0",
"webpack": "^4.1.1",
"webpack-cli": "^3.1.1",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@types/jquery": "^3.3.33",
"@types/lodash": "^4.14.149",
"ahooks": "^2.6.1",
"antd": "^4.1.4",
"axios": "^0.19.0",
"css-selector-generator": "^2.0.1",
"cuid": "^2.1.8",
"dayjs": "^1.9.1",
"dexie": "^2.0.4",
"dexie-export-import": "^1.0.0-rc.2",
"downloadjs": "^1.4.7",
"is-in-viewport": "^3.0.4",
"jquery": "^3.4.1",
"keyboardjs": "^2.5.1",
"lodash": "^4.17.15",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"sunrise-sunset-js": "^2.1.2",
"webdav": "^3.3.0"
}
}