-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.4 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "hamomo-school",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/hamono/bilibili_text.git"
},
"license": "MIT",
"resolutions": {
"@types/react": "^16.8.1"
},
"dependencies": {
"antd": "3.17.0",
"classnames": "^2.2.6",
"gh-pages": "^2.2.0",
"react": "^16.8.0",
"react-axios": "^2.0.3",
"react-dom": "^16.8.0",
"react-router-dom": "^4.3.1",
"swr": "^0.1.18",
"video-player": "https://github.com/hamono/video-player.git",
"web-router": "https://github.com/wu-yu-xuan/web-router.git#v0.1.0"
},
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom"
},
"homepage": "https://hamono.github.io",
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/node": "^10.3.4",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.0.11",
"@types/react-router": "^4.4.1",
"@types/react-router-dom": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"css-loader": "0.28.7",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "0.11.2",
"fork-ts-checker-webpack-plugin": "^0.2.8",
"html-webpack-plugin": "2.29.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"node-sass": "^4.13.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"prettier": "^1.19.1",
"react-dev-utils": "^5.0.1",
"sass-loader": "^7.0.3",
"sass-resources-loader": "^1.3.3",
"source-map-loader": "^0.2.1",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"ts-import-plugin": "^1.5.4",
"ts-loader": "^2.3.7",
"tsconfig-paths-webpack-plugin": "^2.0.0",
"typescript": "^3.8.2",
"typings-for-css-modules-loader": "^1.7.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "3.0.0",
"webpack-manifest-plugin": "1.3.2"
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"semi": true,
"jsxSingleQuote": false
}
}