File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " react_ujs" ,
3
3
"version" : " 3.1.1" ,
4
4
"description" : " Rails UJS for the react-rails gem" ,
5
+ "repository" : " reactjs/react-rails" ,
5
6
"main" : " react_ujs/index.js" ,
6
7
"files" : [
7
8
" react_ujs"
8
9
],
9
- "repository" : " reactjs/react-rails" ,
10
10
"scripts" : {
11
11
"build" : " cd react_ujs && webpack"
12
12
},
13
- "devDependencies" : {
14
- "webpack" : " ^5.74.0" ,
15
- "webpack-cli" : " ^5.0.1"
16
- },
17
13
"dependencies" : {
18
14
"@babel/preset-react" : " ^7.22.5" ,
19
15
"css-loader" : " ^6.8.1" ,
24
20
"react-dom" : " ^18.2.0" ,
25
21
"react_ujs" : " ^2.7.1" ,
26
22
"style-loader" : " ^3.3.3"
23
+ },
24
+ "devDependencies" : {
25
+ "webpack" : " ^5.74.0" ,
26
+ "webpack-cli" : " ^5.0.1"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"description" : " Prepares react-rails asset files" ,
5
5
"main" : " react.js" ,
6
+ "scripts" : {
7
+ "build" : " NODE_ENV=development webpack && NODE_ENV=production webpack"
8
+ },
6
9
"dependencies" : {
7
10
"create-react-class" : " ^15.6.2" ,
8
11
"fast-text-encoding" : " ^1.0.6" ,
13
16
"react-dom" : " ^18.2.0" ,
14
17
"react-transition-group" : " 1.1.1" ,
15
18
"webpack" : " ^5.74.0"
16
- },
17
- "scripts" : {
18
- "build" : " NODE_ENV=development webpack && NODE_ENV=production webpack"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
+ "scripts" : {
3
+ "yalc-postinstall" : " yalc link react_ujs"
4
+ },
2
5
"dependencies" : {
3
6
"@babel/core" : " ^7.18.2" ,
4
7
"@babel/plugin-transform-runtime" : " ^7.18.2" ,
27
30
"webpack-sources" : " ^3.2.3"
28
31
},
29
32
"devDependencies" : {
30
- "babel-plugin-transform-react-remove-prop-types" : " ^0.4.24" ,
31
33
"@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.7" ,
34
+ "babel-plugin-transform-react-remove-prop-types" : " ^0.4.24" ,
32
35
"react-refresh" : " ^0.13.0" ,
33
36
"webpack-dev-server" : " ^4.9.2"
34
- },
35
- "scripts" : {
36
- "yalc-postinstall" : " yalc link react_ujs"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments