File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 99
99
"webpack" : " ^4.43.0" ,
100
100
"webpack-dev-server" : " ^3.11.0" ,
101
101
"webpack-manifest-plugin" : " 2.0.4" ,
102
- "xss" : " ^1.0.6"
102
+ "xss" : " ^1.0.6" ,
103
+ "standard" : " ^12.0.1" ,
104
+ "eslint" : " 5.6.0" ,
105
+ "eslint-config-react-app" : " ^3.0.6" ,
106
+ "eslint-config-standard" : " ^12.0.0" ,
107
+ "eslint-config-standard-react" : " ^7.0.2" ,
108
+ "eslint-loader" : " 2.1.1" ,
109
+ "eslint-plugin-flowtype" : " 2.50.1" ,
110
+ "eslint-plugin-import" : " ^2.14.0" ,
111
+ "eslint-plugin-jsx-a11y" : " 6.1.2" ,
112
+ "eslint-plugin-node" : " ^8.0.1" ,
113
+ "eslint-plugin-promise" : " ^4.0.1" ,
114
+ "eslint-plugin-react" : " 7.11.1" ,
115
+ "eslint-plugin-standard" : " ^4.0.0" ,
116
+ "jest" : " 23.6.0" ,
117
+ "jest-pnp-resolver" : " 1.0.1" ,
118
+ "jest-resolve" : " 23.6.0" ,
119
+ "babel-jest" : " 23.6.0"
103
120
},
104
121
"scripts" : {
105
122
"start" : " node server.js" ,
You can’t perform that action at this time.
0 commit comments