File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 7
7
"dependencies" : {
8
8
"@tensorflow/tfjs" : " ^3.14.0"
9
9
},
10
- "alias" : { "process" : false , "buffer" : false },
10
+ "alias" : {
11
+ "process" : false ,
12
+ "buffer" : false
13
+ },
11
14
"scripts" : {
12
15
"link-local" : " yalc link" ,
13
16
"watch" : " cross-env NODE_ENV=development parcel index.html"
14
17
},
15
18
"devDependencies" : {
16
19
"clang-format" : " ~1.2.2" ,
20
+ "cross-env" : " ^7.0.3" ,
17
21
"eslint" : " ^8.11.0" ,
18
22
"eslint-config-google" : " ^0.14.0" ,
19
23
"parcel" : " ^2.3.2" ,
Original file line number Diff line number Diff line change @@ -1009,7 +1009,14 @@ cosmiconfig@^7.0.1:
1009
1009
path-type "^4.0.0"
1010
1010
yaml "^1.10.0"
1011
1011
1012
- cross-spawn@^7.0.2 :
1012
+ cross-env@^7.0.3 :
1013
+ version "7.0.3"
1014
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
1015
+ integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
1016
+ dependencies :
1017
+ cross-spawn "^7.0.1"
1018
+
1019
+ cross-spawn@^7.0.1, cross-spawn@^7.0.2 :
1013
1020
version "7.0.3"
1014
1021
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1015
1022
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
You can’t perform that action at this time.
0 commit comments