-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
141 lines (141 loc) · 5.74 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "awesome-chrome-extension-boilerplate",
"version": "1.0.0",
"description": "an awesome boilerplate for chrome extension development!",
"private": false,
"author": "YuTengjing",
"license": "MIT",
"homepage": "https://github.com/tjx666/awesome-chrome-extension-boilerplate#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tjx666/awesome-chrome-extension-boilerplate.git"
},
"bugs": {
"url": "https://github.com/tjx666/awesome-chrome-extension-boilerplate/issues"
},
"scripts": {
"start": "cross-env-shell NODE_ENV=development ts-node --files -P ./server/tsconfig.json ./server",
"devtools": "yarn start --devtools",
"build": "cross-env-shell NODE_ENV=production ts-node --files -P ./server/tsconfig.json ./server",
"build-analyze": "yarn build --analyze",
"test": "yarn build",
"lint": "yarn run eslint && yarn run lint-style",
"eslint": "eslint -c .eslintrc.js --ext .ts,.tsx ./{src,server}/**/*.{ts,tsx}",
"lint-style": "stylelint --config .stylelintrc.json src/**/*.{css,less,scss}",
"clean": "rimraf -rf ./extension ./dist ./*.zip ./*.crx",
"reinstall": "rimraf -rf ./node_modules && yarn"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.1",
"dayjs": "^1.10.7",
"node-sass": "6.0.0",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"sass-loader": "^10"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
"@babel/plugin-transform-react-inline-elements": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@hot-loader/react-dom": "^16.13.0",
"@types/chrome": "0.0.120",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
"@types/html-webpack-plugin": "^3.2.3",
"@types/http-proxy-middleware": "^0.19.3",
"@types/lodash-webpack-plugin": "^0.11.4",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/node": "^14.0.22",
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
"@types/react": "^16.9.42",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.5",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/webpack": "^4.41.21",
"@types/webpack-bundle-analyzer": "^3.8.0",
"@types/webpack-dev-middleware": "^3.7.1",
"@types/webpack-hot-middleware": "^2.25.3",
"@types/webpack-merge": "^4.1.5",
"@types/webpackbar": "^4.0.0",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"antd-dayjs-webpack-plugin": "^1.0.0",
"audit-ci": "^3.1.1",
"babel-loader": "^8.1.0",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-lodash": "^3.3.4",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.7",
"eslint-plugin-unicorn": "^20.1.0",
"execa": "^4.0.3",
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^5.0.7",
"friendly-errors-webpack-plugin": "^1.7.0",
"get-port": "^5.1.1",
"html-webpack-plugin": "^4.3.0",
"http-proxy-middleware": "^1.0.5",
"less": "^3.11.3",
"less-loader": "^6.2.0",
"lint-staged": "^10.2.11",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.9.0",
"open": "^7.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^2.0.5",
"react-devtools": "^4.8.1",
"react-hot-loader": "^4.12.21",
"rimraf": "^3.0.2",
"speed-measure-webpack-plugin": "^1.3.3",
"ssestream": "^1.1.0",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"terser-webpack-plugin": "^3.0.6",
"ts-node": "^8.10.2",
"typescript": "^3.9.6",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.0.9",
"webpackbar": "^4.0.0",
"yargs": "^15.4.1"
}
}