-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "turntable-react",
"main": "dist/lib/turntable.js",
"version": "0.1.0",
"description": "React 抽奖转盘组件,基于 HTML canvas,支持即时转动",
"repository": {
"type": "git",
"url": "git+https://github.com/f840415070/turntable-react.git"
},
"author": "fanyibin",
"license": "MIT",
"bugs": {
"url": "https://github.com/f840415070/turntable-react/issues"
},
"homepage": "https://github.com/f840415070/turntable-react#readme",
"keywords": [
"turntable",
"react component",
"lottery turntable",
"抽奖转盘"
],
"files": ["dist/", "index.d.ts"],
"scripts": {
"start": "webpack-dev-server --mode development --host 0.0.0.0",
"build": "tsc",
"sample": "webpack --mode production"
},
"dependencies": {},
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.1",
"style-loader": "^2.0.0",
"typescript": "^4.1.3",
"webpack": "^5.17.0",
"webpack-cli": "<4.0.0",
"webpack-dev-server": "^3.11.2",
"file-loader": "^1.1.5"
}
}