7
7
"yarn" : " >= 1.0.0"
8
8
},
9
9
"repository" : " https://github.com/abhijithvijayan/kutt-extension.git" ,
10
- "author" :
" abhijithvijayan <[email protected] >" ,
10
+ "author" :
" abhijithvijayan <[email protected] >" ,
11
11
"scripts" : {
12
12
"dev:chrome" : " cross-env NODE_ENV=development cross-env TARGET_BROWSER=chrome webpack --watch" ,
13
13
"dev:firefox" : " cross-env NODE_ENV=development cross-env TARGET_BROWSER=firefox webpack --watch" ,
20
20
"lint:fix" : " eslint . --ext .ts,.tsx --fix"
21
21
},
22
22
"husky" : {
23
- "hooks" : {
24
- "pre-commit" : " lint-staged"
25
- }
23
+ "hooks" : {}
26
24
},
27
25
"lint-staged" : {
28
26
"*.{ts,tsx}" : [
46
44
"formik" : " ^2.1.4" ,
47
45
"lodash.isequal" : " ^4.5.0" ,
48
46
"qrcode.react" : " ^1.0.0" ,
49
- "react" : " ^16.13.0 " ,
47
+ "react" : " ^16.13.1 " ,
50
48
"react-copy-to-clipboard" : " ^5.0.2" ,
51
- "react-dom" : " ^16.13.0" ,
49
+ "react-dom" : " ^16.13.1" ,
50
+ "styled-components" : " ^5.1.1" ,
51
+ "twin.macro" : " ^1.4.1" ,
52
52
"unicorn.log" : " ^1.7.0" ,
53
- "webext-base-css" : " ^1.0.0" ,
54
53
"webextension-polyfill-ts" : " ^0.13.0"
55
54
},
56
55
"devDependencies" : {
60
59
"@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
61
60
"@babel/plugin-proposal-object-rest-spread" : " ^7.8.3" ,
62
61
"@babel/plugin-transform-destructuring" : " ^7.8.8" ,
62
+ "@babel/plugin-transform-react-jsx" : " ^7.10.4" ,
63
63
"@babel/plugin-transform-runtime" : " ^7.8.3" ,
64
64
"@babel/preset-env" : " ^7.8.7" ,
65
65
"@babel/preset-react" : " ^7.8.3" ,
69
69
"@types/react" : " ^16.9.23" ,
70
70
"@types/react-copy-to-clipboard" : " ^4.3.0" ,
71
71
"@types/react-dom" : " ^16.9.5" ,
72
+ "@types/styled-components" : " ^5.1.0" ,
72
73
"@types/webpack" : " ^4.41.7" ,
73
74
"@typescript-eslint/eslint-plugin" : " ^2.28.0" ,
74
75
"@typescript-eslint/parser" : " ^2.28.0" ,
97
98
"postcss-loader" : " ^3.0.0" ,
98
99
"prettier" : " ^2.0.4" ,
99
100
"resolve-url-loader" : " ^3.1.1" ,
101
+ "sass-extract" : " ^2.1.0" ,
102
+ "sass-extract-js" : " ^0.4.0" ,
103
+ "sass-extract-loader" : " ^1.1.0" ,
100
104
"sass-loader" : " ^8.0.2" ,
101
105
"terser-webpack-plugin" : " ^2.3.5" ,
102
106
"typescript" : " ^3.8.3" ,
107
111
"wext-manifest-webpack-plugin" : " ^1.1.1" ,
108
112
"zip-webpack-plugin" : " ^3.0.0"
109
113
}
110
- }
114
+ }
0 commit comments